Previous: Start and exit, Up: Actions [Contents]
Closewindow:Name
The command closes the named window opened by the Launch:
command. The program remain active if there are more windows active.
Launch:Name
The command opens a new window using the environment variable
Widget
.
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.
Enable:Name
The command enables the given widget if it is diabled. If the widget is enabled nothing happens.
Refresh:Name
The command refresh the named widget. If the widget have one or more
input actions, they will be called by gtkdialog
.
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.
Fileselect:Widget
Clear:Widget
RemoveSelected:Widget