glutCreateMenuWindow (3) - Linux Manuals
glutCreateMenuWindow: Create a client-controlled menu window.
NAME
glutCreateMenuWindow - Create a client-controlled menu window.LIBRARY
OpenGLUT - experimentalSYNOPSIS
In openglut.h Ft int Fn glutCreateMenuWindow int parentID int x int y int w int hPARAMETERS
Bf Em
Bf Em
Bf Em
Bf Em
Bf Em
DESCRIPTION
This is a highly experimental function. It creates a menu-like window, of requested dimensions, and at a position relative to your current window.The documentation for this function is currently the OpenGLUT Menu Window proposal. Variance from that proposal may generally be explained by the fact that this feature is highly experimental. It may also be explained by the fact that the implementation may simply be incomplete.
CAVEATS
Did you notice that this feature is highly experimental?SEE ALSO
glutCreateWindow(3) glutCreateSubWindow(3) glutDestroyWindow(3) glutKeyboardFunc(3) glutKeyboardUpFunc(3) glutSpecialFunc(3) glutSpecialUpFunc(3) glutMotionFunc(3) glutPassiveMotionFunc(3) glutMouseFunc(3) glutMouseWheelFunc(3)