next up previous contents
Next: Cancel Alerted Viewport Up: Alert Viewport Subprograms Previous: Designate Alert Viewport

Turn off Designation as Alert Viewport

This Subprogram turns off the designation for the specified Viewport such that it no longer acts as an Alert Viewport.

Short Name Calling Sequence

STATUS = UIUAVP(VPRTID)

Long Name Calling Sequence

STATUS = UI_UNALERT_VIEWPORT(...)

Input Arguments

VPRTID (Integer) Viewport ID

Output Arguments

None

Function Value

UI__SUCCESS ) Success UISUCC )

UI__NOT_INITIALIZED ) Package not Initialized UININI )

UI__ILLEGAL_VIEWPORT ) Illegal Viewport ID UIILVP )

Note:

  1. If the specified Viewport is already alerted (i.e. has been ``popped" to the front of the screen), it will be restored to its prior visibility and priority.
  2. The VPRTID Argument is optional and, if omitted, defaults to the currently setup Viewport.


Liz Buckle
Fri Jan 13 17:49:20 CST 1995