REALIZE_WIDGET
Calls the DECwindows Toolkit routine REALIZE WIDGET, which creates a
window for the specified widget instance and maps the window to the
display. For more information on realizing widgets, see the VMS
DECwindows Guide to Application Programming and the VMS DECwindows
Toolkit Routines Reference Manual.
Syntax
REALIZE_WIDGET (widget)
Parameters
widget The widget instance you want VAXTPU to realize.
Comments
Note that you can realize a widget only once during the widget's
lifetime.
Related Topics
CREATE_WIDGET DELETE MANAGE_WIDGET MAP
SET(MAPPED_WHEN_MANAGED) UNMANAGE_WIDGET UNMAP