glutRemoveMenuItem.man
Upload User: xk288cn
Upload Date: 2007-05-28
Package Size: 4876k
Code Size: 1k
Category:

GIS program

Development Platform:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutRemoveMenuItem 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutRemoveMenuItem - remove the specified menu item. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutRemoveMenuItem(int entry);
  11. .fi
  12. .SH ARGUMENTS
  13. .IP fIentryfP 1i
  14. Index into the menu items of the current menu (1 is the topmost menu item). 
  15. .SH DESCRIPTION
  16. glutRemoveMenuItem remove the entry menu item regardless of
  17. whether it is a menu entry or sub-menu trigger. entry must be between 1
  18. and glutGet(GLUT_MENU_NUM_ITEMS) inclusive. Menu items below
  19. the removed menu item are renumbered. 
  20. .SH SEE ALSO
  21. glutAddMenuEntry, glutAddSubMenu, glutChangeToMenuEntry, glutChangeToSubMenu
  22. .SH AUTHOR
  23. Mark J. Kilgard (mjk@nvidia.com)