Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
glutRemoveMenuItem.man
Package: glut23-src.zip [view]
Upload User: xk288cn
Upload Date: 2007-05-28
Package Size: 4876k
Code Size: 1k
Category:
GIS program
Development Platform:
Visual C++
- ."
- ." Copyright (c) Mark J. Kilgard, 1996.
- ."
- .TH glutRemoveMenuItem 3GLUT "3.7" "GLUT" "GLUT"
- .SH NAME
- glutRemoveMenuItem - remove the specified menu item.
- .SH SYNTAX
- .nf
- .LP
- void glutRemoveMenuItem(int entry);
- .fi
- .SH ARGUMENTS
- .IP fIentryfP 1i
- Index into the menu items of the current menu (1 is the topmost menu item).
- .SH DESCRIPTION
- glutRemoveMenuItem remove the entry menu item regardless of
- whether it is a menu entry or sub-menu trigger. entry must be between 1
- and glutGet(GLUT_MENU_NUM_ITEMS) inclusive. Menu items below
- the removed menu item are renumbered.
- .SH SEE ALSO
- glutAddMenuEntry, glutAddSubMenu, glutChangeToMenuEntry, glutChangeToSubMenu
- .SH AUTHOR
- Mark J. Kilgard (mjk@nvidia.com)