Re: Missing SetText() API for FXShutterItem
Pof <[email protected]>
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Message-ID | <[email protected]> |
Re: Missing SetText() API for FXShutterItem >> Dear Jeroen, >> all is in the title, i.e. this would be useful if a SetText() API would >> be available to be able modifying the widget text at runtime, as it is >> the case for most other Fox widgets. >> Just let me know if you could consider adding it (otherwise I will give >> it a go on my side). >> Regards, >> Pof > > As Sander has already mentioned, you can access the FXButton. But I > recognize the value of convenience, so a couple of APIs have been added > to FXShutterItem for this. > > FYI, generally speaking, if a compound widget does not have an explicit > API to let you get to a particular sub-widget, do not forget that you can > walk the widget tree from the parent on down until arriving at the widget > in question. This is always possible. > > Thus, you can change properties of any widget, even if its a compound one. > > > Cheers, > > -- JVZ This is clear, thanks Jeroen