VAXTPU MANAGE_WIDGET — VMS 5.2
MANAGE_WIDGET
Makes the specified widget instance visible, provided that the widget's
parent is visible. Performs the same functions as XtManageWidget.
Syntax
MANAGE_WIDGET (widget [, widget...])
Parameters
widget The widget instance you want to make visible.
Example
The following statement displays on the screen the widget instance
assigned to the variable "sample_x_keypad":
MANAGE_WIDGET (sample_x_keypad);