OpenGLUT Documentation
Introduction | Documentation | Examples | Proposals | Authors | Copying | Todo | Bugs | Links

og_menu.c File Reference

Pop-up menu creation and handling. More...


Functions

void glutAddMenuEntry (const char *label, int value)
void glutAddSubMenu (const char *label, int subMenuID)
void glutAttachMenu (int button)
void glutChangeToMenuEntry (int item, const char *label, int value)
void glutChangeToSubMenu (int item, const char *label, int subMenuID)
int glutCreateMenu (void(*callback)(int value))
void glutDestroyMenu (int menuID)
void glutDetachMenu (int button)
int glutGetMenu (void)
void * glutGetMenuData (void)
void glutRemoveMenuItem (int item)
void glutSetMenu (int menuID)
void glutSetMenuData (void *data)


Detailed Description

Pop-up menu creation and handling.





OpenGLUT Development @ Sourceforge
Homepage | Summary | Files | CVS | Forums | Lists | Bugs | RFE

Generated on Sat Feb 5 01:47:21 2005 for OpenGLUT by doxygen 1.3.9.1
The OpenGLUT project is hosted by sourceforge.net.