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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutDestroyMenu 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutDestroyMenu - destroys the specified menu. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutDestroyMenu(int menu);
  11. .fi
  12. .SH ARGUMENTS
  13. .IP fImenufP 1i
  14. The identifier of the menu to destroy. 
  15. .SH DESCRIPTION
  16. glutDestroyMenu destroys the specified menu by menu. If menu
  17. was the current menu, the current menu becomes invalid and
  18. glutGetMenu will return zero. 
  19. .SH SEE ALSO
  20. glutCreateMenu, glutDestroyWindow
  21. .SH AUTHOR
  22. Mark J. Kilgard (mjk@nvidia.com)