| Functions | |
| void | glutAddMenuEntry (const char *label, int value) | 
| void | glutAddSubMenu (const char *label, int subMenuID) | 
| void | glutAttachMenu (int button) | 
| void | glutChangeToMenuEntry (int item, const char *label, int value) | 
| void | glutChangeToSubMenu (int item, const char *label, int subMenuID) | 
| int | glutCreateMenu (void(*callback)(int value)) | 
| void | glutDestroyMenu (int menuID) | 
| void | glutDetachMenu (int button) | 
| int | glutGetMenu (void) | 
| void * | glutGetMenuData (void) | 
| void | glutRemoveMenuItem (int item) | 
| void | glutSetMenu (int menuID) | 
| void | glutSetMenuData (void *data) |