TABLE OF CONTENTS


widget

NAME

::guib::moduleObj::widget -- the widget GUIB keyword

USAGE

widget varIdent action

DESCRIPTION

-- GUIB keyword !!!

    Keyword "widget" is meant for setting the state of the widget

associated with the GUIB variable. A typical usage of widget keyword is inside the tracevar scripts.

ARGUMENTS

varIdent -- GUIB-variable's identifier (used for locating the corresponding widget) action -- what to do (should be one of forget|create|enable|disable)

RETURN VALUE

None.

EXAMPLE

widget myvar enable