Allocates an area of the screen for the textport.
FORTRAN (libfgl.a)
void textport (Screencoord left, Screencoord right, Screencoord bottom, Screencoord top)
SUBROUTINE TEXTPO(left, right, bottom, top) INTEGER*4 left, right, bottom, top
Note: For FORTRAN users, this subroutine accepts long integer parameters (INTEGER*4) when started from a FORTRAN program, although it accepts short integers when started from a C program. The C and FORTRAN syntax shown here reflect this difference.
The textport subroutine allocates an area on the screen for the textport window.
Note: This subroutine cannot be used to add to a display list.
The example C language program tpbig.c uses the textport subroutine to define a textport.
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. |
Turning off the textport with the tpoff subroutine.
Turning on the textport with the tpon subroutine.
AIX Graphics Library Overview and Working with the Textport.