glutSetMenu - sets the current menu; glutGetMenu - returns the identifier of the current menu.
glutGetMenu glutGetMenu() -> mene glutSetMenu glutSetMenu(menu) -> None
void glutSetMenu(int menu); int glutGetMenu(void);
menu The identifier of the menu to make the current
menu.
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.
glutCreateMenu, glutSetWindow
Mark J. Kilgard (mjk@nvidia.com)
:: Documentation :: References :: GLUT ::
:: Index (n/a) ::