glutAddSubMenu.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutAddSubMenu 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutAddSubMenu - adds a sub-menu trigger to the bottom of the current menu. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutAddSubMenu(char *name, int menu);
  11. .fi
  12. .SH ARGUMENTS
  13. .IP fInamefP 1i
  14. ASCII character string to display in the menu item from which
  15. to cascade the sub-menu. 
  16. .IP fImenufP 1i
  17. Identifier of the menu to cascade from this sub-menu menu item. 
  18. .SH DESCRIPTION
  19. glutAddSubMenu adds a sub-menu trigger to the bottom of the
  20. current menu. The string name will be displayed for the newly added
  21. sub-menu trigger. If the sub-menu trigger is entered, the sub-menu
  22. numbered menu will be cascaded, allowing sub-menu menu items to
  23. be selected. 
  24. .SH SEE ALSO
  25. glutAddMenuEntry, glutChangeToSubMenu, glutRemoveItem
  26. .SH AUTHOR
  27. Mark J. Kilgard (mjk@nvidia.com)