- (#<widget> 'configure)
- returns a string describing all
option s of #<widget> .
(Note that this string contains the settings translated to Tk, not the Scheme-style settings in your source code.)
- (#<widget> 'configure option)
- returns a string describing the one named
option .
(Note that this string contains the settings translated to Tk, not the Scheme-style settings in your source code. If you are interested in your scheme data, use cget instead.)
- (#<widget> 'configure option value ?option value ...?)
- modifies the given widget
option s to have the given value s.
© Author
| Home
| Sitemap
|