Indicates the stacking order of windows on the screen.
FORTRAN (libfgl.a)
Int32 windepth(Int32 windowid)
SUBROUTINE WINDEP(windowid) INTEGER*4 windowid
The windepth subroutine returns a number that can be compared against the same return value for other windows to indicate the stacking order of a program's windows on the screen.
windowid | Specifies which window to test. |
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.
Lowering the current window beneath all other windows with the winpush subroutine.
Creating and Managing Windows.