- (#<widget> 'configure)
- returns a string describing all
options 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
options to have the given values.
© Author
| Home
| Sitemap
|