glutSetMenu sets the current menu; glutGetMenu returns the identifier of the current menu.
Usage
void glutSetMenu(int menu); int glutGetMenu(void);
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.