freepup(3G) — 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
addtopup, defpup, dopup, newpup Using mex, Chapter 3, Making Pop-Up Menus
NOTE
This routine available only in immediate mode under the window manager.
Version 3.6 — December 20, 1987