Query: glutcreatemenu
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutCreateMenu -- Create a new menu.LIBRARYOpenGLUT - menusSYNOPSIS#include <openglut.h> int glutCreateMenu(void( *callback )( int value ));PARAMETERScallback Client hook for the new menu.DESCRIPTIONCreate a menu with a callback bound to callback, and return the menu's integer id. When the user makes a selection from this menu, callback is invoked with the parameter value, which comes from the ( label, value) pair that is defined with glutAddMenuEntry().SEE ALSOglutAddMenuEntry(3) glutAddSubMenu(3) glutDestroyMenu(3) Epoch
| Related Man Pages |
|---|
| glutmenustatusfunc(3glut) - redhat |
| glutcreatewindow(3) - centos |
| glutsetwindow(3) - centos |
| glutcreatemenu(3glut) - suse |
| glutmenustatusfunc(3glut) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Error: GL/glut.h: No such file or directory |
| How to Decode an image using openGL |