Re: Setting properties of a widget.
Vincenzo Ciancia <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 31 Mar 2003 04:33:10 -0800 John Meacham <[email protected]> wrote: > > mandatory arguments could be modeled by arguments to whatever the > widget creation function is. since said arguments are not mutable, > exposing them via the get/set interface doesn't seem to make as much > sense. But are we sure that there aren't mandatory arguments that can be subsequently changed? These seems two orthogonal concepts to me. V.