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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutSetMenu 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutSetMenu - sets the current menu; glutGetMenu - returns the identifier of the current menu. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutSetMenu(int menu);
  11. int glutGetMenu(void);
  12. .fi
  13. .SH ARGUMENTS
  14. .IP fImenufP 1i
  15. The identifier of the menu to make the current menu. 
  16. .SH DESCRIPTION
  17. glutSetMenu sets the current menu; glutGetMenu returns the
  18. identifier of the current menu. If no menus exist or the previous
  19. current menu was destroyed, glutGetMenu returns zero. 
  20. .SH SEE ALSO
  21. glutCreateMenu, glutSetWindow
  22. .SH AUTHOR
  23. Mark J. Kilgard (mjk@nvidia.com)