Up: Viewport Inquiry Subprograms
Previous: Inquire current Viewport
This Subroutine returns the currently setup visibility for the specified
Viewport and Viewport Mode.
Short Name Calling Sequence
STATUS = UIIQVV(VPRTID,VISIBL[,PRIOR])
Long Name Calling Sequence
STATUS = UI_INQUIRE_VIEWPORT_VISIBLE(...)
Input Arguments
VPRTID (Integer) Viewport ID
Output Arguments
VISIBL (Logical) Visibility
PRIOR (Integer) Viewport Priority (Optional)
Function Value
UI__SUCCESS ) Success
UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized
UININI )
UI__ILLEGAL_VIEWPORT ) Illegal Viewport
UIILVP )
Note:
- The VISIBL Argument will be set to .TRUE. if the specified Viewport
is visible and .FALSE. otherwise. The Viewport Priority may still inhibit
the display of the Viewport if it is negative. Thus a Viewport returning
VISIBL as .TRUE. and PRIOR as negative will not be visible.
- The PRIOR Argument is optional and, if present, is set to the current
Priority of the specified Viewport. If this is negative it will inhibit
the display of the Viewport.
Liz Buckle
Fri Jan 13 17:49:20 CST 1995