centos man page for glutaddmenuentry

Query: glutaddmenuentry

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNTITLED
LOCAL UNTITLED
NAME
glutAddMenuEntry -- Append an item to the current menu.
LIBRARY
OpenGLUT - menus
SYNOPSIS
#include <openglut.h> void glutAddMenuEntry(const char *label, int value);
PARAMETERS
label Menu item text value Menu item callback value
DESCRIPTION
Inserts 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 ALSO
glutAddSubMenu(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