popattributes(3G) — 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 attributes:
| Attributes | |
| backbuffer | pattern |
| color | raster font |
| frontbuffer | resetlinestyle |
| linestyle | RGB color |
| linestyle backup | RGB writemask |
| linewidth | writemask pattern |
| lsrepeat | |
If you attempt to pop an empty attribute stack, an error message appears.
SEE ALSO
backbuffer, color, defcursor, frontbuffer, linewidth, lsbackup, lsrepeat, pushattributes, RGBcolor, RGBwritemask, setlinestyle, setpattern, writemask Programming Guide, Section 2.2, Saving Global State Attributes
Version 3.6 — December 20, 1987