TABLE OF CONTENTS
widgetcget
NAME
::guib::moduleObj::widgetcget -- the widgetcget GUIB keyword
USAGE
widgetcget varIdent option
DESCRIPTION
-- GUIB keyword !!!
Keyword "widgetcget" is meant for querying the current value of
the configuration option given by option. Option may have any of the values accepted by the corresponding widget command.
ARGUMENTS
varIdent -- GUIB-variable's identifier (used for locating the corresponding widget) option -- the querying option
RETURN VALUE
Returns the current value of the configuration option given by option.
EXAMPLE
set value [widgetcget myvar -myoption]