Content-type: text/html
Manpage of glutSetMenu
glutSetMenu
Section: GLUT
(3GLUT)
Updated: 3.7
Index
Return to Main Contents
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, glutSetWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 13:00:48 GMT, March 25, 2001