freepup() — Silicon Graphics
NAME
freepup − returns a menu and its data structures to the system
SPECIFICATION
C
freepup(pup)
long pup;
FORTRAN
subroutine freepu(pup)
integer*4 pup
Pascal
procedure freepup(pup: longint);
DESCRIPTION
freepup returns the data structures associated with a pop-up menu to the system, making more memory available.
SEE ALSO
defpup, addtopup, dopup, newpup
NOTE
This routine available only in immediate mode in the window manager.
Version 2.5 — April 22, 1987