Query: glutaddsubmenu
OS: redhat
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutAddSubMenu(3GLUT) GLUT glutAddSubMenu(3GLUT)NAMEglutAddSubMenu - adds a sub-menu trigger to the bottom of the current menu.SYNTAXvoid glutAddSubMenu(char *name, int menu);ARGUMENTSname ASCII character string to display in the menu item from which to cascade the sub-menu. menu Identifier of the menu to cascade from this sub-menu menu item.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)GLUT3.7 glutAddSubMenu(3GLUT)
| Related Man Pages | 
|---|
| glutcreatemenu(3glut) - mojave | 
| set_item_value(3x) - mojave | 
| glutcreatemenu(3glut) - redhat | 
| glutcreatemenu(3glut) - suse | 
| glutmenustatusfunc(3glut) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| Reduced Activity Notification | 
| Tar Command | 
| About TODO | 
| Package | 
| [TIP] Processing YAML files with yq |