Signature
glutCreateMenu(
func
)
Create a new (current) menu, return small integer identifier
func( int ) -- Function taking a single integer reflecting
the user's choice, the value passed to glutAddMenuEntry
return menuID (small integer)
Parameters
See Also
glutCreateWindow glutDestroyMenu glutSetMenu glutAttachMenuSample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glutCreateMenu