winpop(3G) winpop(3G)
NAME
winpop - moves the current graphics window in front of all other windows
C SPECIFICATION
void winpop()
PARAMETERS
none
DESCRIPTION
When more than one window tries to occupy the same space on the screen,
the system stacks them on top of each other-thus obscuring (either
partially or completely) the underlying graphics window or windows.
Use winpop to take the current graphics window from anywhere in the stack
of windows and place it on top.
SEE ALSO
winpush
NOTE
This routine is available only in immediate mode.
Page 1