winpop() — Silicon Graphics Silicon Graphics
NAME
winpop - move the current graphics port in front of all other ports
SPECIFICATION
C
winpop()
FORTRAN
subroutine winpop
Pascal
procedure winpop;
DESCRIPTION
Under the window manager, multiple windows appear as a stack of ports possibly obscuring each other. winpop takes the current graphics port from the stack of windows and places it on top.
SEE ALSO
winpush
“Multiple Exposure: The IRIS Window Manager” in the IRIS User’s Guide
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986