Re: Setting properties of a widget
Vincenzo Ciancia <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 1 Apr 2003 00:56:05 -0800 (PST) Krasimir Angelov <[email protected]> wrote: > > I don't like write-only attributes. Well, you could have a text renderer, wich does not allow to modify the text. That is a write only attribute, but I also realize that write-only attributes seems put there just for simmetry and can be modeled in better ways. Vincenzo