Name

glutSetMenu - sets the current menu; glutGetMenu - returns
the identifier of the current menu.

Python Specification

glutGetMenu
	glutGetMenu() -> mene
glutSetMenu
	glutSetMenu(menu) -> None

C Specification

void glutSetMenu(int menu);
int glutGetMenu(void);

Parameters

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)

:: Documentation :: References :: GLUT ::
:: Index (n/a) ::