Re: Setting properties of a widget.
Glynn Clements <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
David Sankel wrote: > > b) read-only arguments > > I'm assuming that these are things like getting a > button's pixel width and height, which are a function > of its contents. A number of Motif widgets have properties which can only be set at creation time, and can't be changed subsequently. -- Glynn Clements <[email protected]>