Lowers the current window beneath all other windows.
FORTRAN (libfgl.a)
void winpush( )
SUBROUTINE WINPUSH
The winpush subroutine lowers the current window from anywhere in the stack of windows to the bottom position.
Note: This subroutine cannot be used to add to a display list.
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Raising the current window on top of all other windows with the winpop subroutine.
Creating and Managing Windows.