[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

windepth Subroutine

Purpose

Indicates the stacking order of windows on the screen.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

Int32 windepth(Int32 windowid)

FORTRAN Syntax

SUBROUTINE WINDEP(windowid)
INTEGER*4 windowid

Description

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.

Parameter

windowid Specifies which window to test.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/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.

Related Information

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.


[ Previous | Next | Contents | Glossary | Home | Search ]