VtRaise(1vtcl)
VtRaise --
raise specified widget above all others
VtRaiseDialog-
Synonym of VtRaise
Synopsis
VtRaise widgetName [-dialog]
VtRaiseDialog widgetName
Description
Raises the widget above all others. This works in graphical mode;
it is ignored in character mode.
Options
- -dialog
-
Destroys the entire dialog in which the widget resides.
Return values
If VtRaise fails,
it returns one of the following error messages:
- NO_WIDGET
-
no widget corresponding to widgetName given
- NOT_OPTION
-
option is not valid for this widget
- OPTION_COUNT
-
too many or too few options specified
Notices
VtRaiseDialog is provided for backward compatibility.
Use VtRaise -dialog to accomplish the same task.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.