Query: glutaddmenuentry
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutAddMenuEntry -- Append an item to the current menu.LIBRARYOpenGLUT - menusSYNOPSIS#include <openglut.h> void glutAddMenuEntry(const char *label, int value);PARAMETERSlabel Menu item text value Menu item callback valueDESCRIPTIONInserts a given ( label, value) pair into the current menu. label is the text displayed in the menu; value is the identifier received by the callback when the item is selected. The new entry is added to the end of the menu.SEE ALSOglutAddSubMenu(3) glutChangeToMenuEntry(3) glutChangeToSubMenu(3) glutRemoveMenuItem(3) Epoch
| Related Man Pages |
|---|
| tk_popup(1t) - opensolaris |
| glutcreatemenu(3glut) - mojave |
| glutcreatemenu(3glut) - suse |
| menu_cursor(3) - netbsd |
| prophet::web::menu(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Error: GL/glut.h: No such file or directory |
| How to Decode an image using openGL |