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

winpush Subroutine

Purpose

Lowers the current window beneath all other windows.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void winpush( )

FORTRAN Syntax

SUBROUTINE WINPUSH

Description

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.

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.

Creating and Managing Windows.


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