Previous: , Up: Actions   [Contents]


6.2 Widget manipulation

6.2.1 Closewindow:Name

The command closes the named window opened by the Launch: command. The program remain active if there are more windows active.

6.2.2 Launch:Name

The command opens a new window using the environment variable Widget.

6.2.3 Disable:Name

The command disables the given widget if it is enabled. If the widget is disabled when the command is activated, nothing happens.

The disabled widgets are insensitive to user actions, their shapes are indicating they are temporary unavailable.

6.2.4 Enable:Name

The command enables the given widget if it is diabled. If the widget is enabled nothing happens.

6.2.5 Refresh:Name

The command refresh the named widget. If the widget have one or more input actions, they will be called by gtkdialog.

6.2.6 Save:Name

Some widgets can hold much data. (Currently only the edit widget capable to perform this action.)

The Save: action will save the data found in the named widget to the filename found in <output file> attribute.

FIXME: This function is not working now, need to be fixed.

6.2.7 Fileselect:Widget

6.2.8 Clear:Widget

6.2.9 RemoveSelected:Widget