variable

Specifies name of global variable to set to indicate whether or not this button is selected. Should be set with this statement:

(#<widget> 'configure #:variable (tk-var 'varname))

You can read Tk-Vars as follows:

(get-tk-var 'varname)

You can write Tk-Vars as follows:

(set-tk-var! 'varname value)

© Author | Home | Sitemap