Tao.FreeGlut SDK Documentation |
|
Glut.glutSetMenu Method
Sets the current menu.
[Visual Basic]
Public Shared Sub glutSetMenu( _
ByVal
menu As
Integer _
)
[C#]
public static
void glutSetMenu(
int menu);
Parameters
-
menu
- The identifier of the menu to make the current menu.
Remarks
glutSetMenu sets the current menu.
See Also
Glut Class | Tao.FreeGlut Namespace | glutGetMenu