popattributes() — Silicon Graphics
NAME
popattributes − pops the attribute stack
SPECIFICATION
C
popattributes()
FORTRAN
subroutine popatt
Pascal
procedure popattributes;
DESCRIPTION
popattributes restores the most recently saved values (those that were pushed by pushattributes) of the global state variables:
| Variables | |
| backbuffer | linewidth |
| color | lsrepeat |
| raster font | pattern |
| frontbuffer | reset linestyle |
| linestyle | RGB color |
| linestyle backup | RGB writemask |
| writemask pattern | |
If you attempt to pop an empty variables stack, an error message appears.
SEE ALSO
backbuffer, color, defcursor, frontbuffer, linewidth, lsbackup, lsrepeat, pushattributes, resetls, RGBcolor, RGBwritemask, setlinestyle, setpattern, writemask IRIS Graphics Programming, Section 2.2, Saving Global State
Version 2.5r1 — October 29, 1986