ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
glutSetMenu(3GLUT) GLUT glutSetMenu(3GLUT) NAME glutSetMenu - sets the current menu; glutGetMenu - returns the identifier of the current menu. SYNTAX void glutSetMenu(int menu); int glutGetMenu(void); ARGUMENTS menu The identifier of the menu to make the current menu. DESCRIPTION glutSetMenu sets the current menu; glutGetMenu returns the identifier of the current menu. If no menus exist or the previous current menu was destroyed, glutGetMenu returns zero. SEE ALSO glutCreateMenu(3G), glutSetWindow(3G) AUTHOR Mark J. Kilgard (mjk@nvidia.com) GLUT 3.7 glutSetMenu(3GLUT) |
|