Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
glutSetMenu(3GLUT)		      GLUT		      glutSetMenu(3GLUT)

NAME
     glutSetMenu  -  sets the current menu; glutGetMenu - returns the identifier
     of the current menu.

SYNTAX
     void glutSetMenu(int menu);
     int glutGetMenu(void);

ARGUMENTS
     menu      The identifier of the menu to make the current menu.

DESCRIPTION
     glutSetMenu sets the current menu; glutGetMenu returns  the  identifier  of
     the  current  menu.  If no menus exist or the previous current menu was de-
     stroyed, glutGetMenu returns zero.

SEE ALSO
     glutCreateMenu, glutSetWindow

AUTHOR
     Mark J. Kilgard (mjk@nvidia.com)

GLUT				       3.7		      glutSetMenu(3GLUT)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glutSetMenu&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help