GLUTSETMENU
Section: C Library Functions (3)
Updated: LOCAL
Index
Return to Main Contents
BSD mandoc
 
NAME
glutSetMenu
 - Set the current menu ID.
 
LIBRARY
OpenGLUT - menus
 
SYNOPSIS
In openglut.h
Ft void
Fn glutSetMenu int menuID
 
PARAMETERS
Bf Em
 menuID
Ef 
    Selected menu
 
DESCRIPTION
Set the 
Bf Li
 current menu
Ef 
  to the specified 
Bf Sy
 menuID.
Ef 
 
 
SEE ALSO
glutGetMenu(3)