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 |
---|
glutcreatemenu(3glut) - redhat |
tk_popup(3tk) - debian |
menu_item_current(3) - netbsd |
glutcreatemenu(3glut) - osx |
tk::menu::item(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Error: GL/glut.h: No such file or directory |
How to Decode an image using openGL |