Pops a name off the name stack.
FORTRAN (libfgl.a)
void popname( )
SUBROUTINE POPNAM
The popname subroutine removes the top name from the name stack. It is used in both picking and selecting.
This subroutine is ignored outside of picking and selecting modes.
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. |
Putting the system in selecting mode with the gselect subroutine.
Initializing the name stack with the initnames subroutine.
Loading the name on top of the name stack with the loadname subroutine.
Putting the system in picking mode with the pick subroutine.
Pushing a new name onto the name stack with the pushname subroutine.
AIX Graphics Library Overview and Picking and Selecting Overview.