|
Manpages glutAddSubMenuSection: GLUT (3GLUT)Updated: 3.7 Index Return to Main Contents NAMEglutAddSubMenu - adds a sub-menu trigger to the bottom of the current menu.SYNTAXvoid glutAddSubMenu(char *name, int menu); ARGUMENTS
DESCRIPTIONglutAddSubMenu adds a sub-menu trigger to the bottom of the current menu. The string name will be displayed for the newly added sub-menu trigger. If the sub-menu trigger is entered, the sub-menu numbered menu will be cascaded, allowing sub-menu menu items to be selected.SEE ALSOglutAddMenuEntry, glutChangeToSubMenu, glutRemoveItemAUTHORMark J. Kilgard (mjk@nvidia.com)
IndexThis document was created by man2html, using the manual pages. Time: 07:51:18 GMT, June 19, 2013 |