|
NAMEglutSetMenu - sets the current menu; glutGetMenu - returns the identifier of the current menu.SYNTAXvoid glutSetMenu(int menu); int glutGetMenu(void); ARGUMENTS
DESCRIPTIONglutSetMenu 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.SEE ALSOglutCreateMenu, glutSetWindowAUTHORMark J. Kilgard (mjk@nvidia.com)
Visit the GSP FreeBSD Man Page Interface. |