gettp() — Silicon Graphics
NAME
gettp - returns the location of the current textport
SPECIFICATION
C
gettp(left, right, bottom, top)
Screencoord *left, *right, *bottom, *top;
FORTRAN
subroutine gettp(left, right, bottom, top)
integer*2 left, right, bottom, top
Pascal
procedure gettp(var left, right, bottom, top: Screencoord);
DESCRIPTION
gettp returns the location of the current textport.
SEE ALSO
textport
NOTE
This command can be used only in immediate mode
Version 2.4 — May 08, 1986