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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutDestroyWindow 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutDestroyWindow - destroys the specified window. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutDestroyWindow(int win);
  11. .fi
  12. .SH ARGUMENTS
  13. .IP fIwinfP 1i
  14. Identifier of GLUT window to destroy. 
  15. .SH DESCRIPTION
  16. glutDestroyWindow destroys the window specified by win and the
  17. window's associated OpenGL context, logical colormap (if the window
  18. is color index), and overlay and related state (if an overlay has been
  19. established). Any subwindows of destroyed windows are also destroyed
  20. by glutDestroyWindow. If win was the current window, the current
  21. window becomes invalid ( glutGetWindow will return zero). 
  22. .SH SEE ALSO
  23. glutCreateWindow, glutCreateSubWindow, glutDestroyMenu
  24. .SH AUTHOR
  25. Mark J. Kilgard (mjk@nvidia.com)