glutAddSubMenu (3) - Linux Manuals
glutAddSubMenu: Append a submenu to the current menu.
NAME
glutAddSubMenu - Append a submenu to the current menu.LIBRARY
OpenGLUT - menusSYNOPSIS
In openglut.h Ft void Fn glutAddSubMenu const char *label int subMenuIDPARAMETERS
Bf Em
Bf Em
The submenu is added to the end of the menu.
DESCRIPTION
Attaches an existing menu as a submenu of the current menu.
Bf Sy