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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutSetWindow 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutSetWindow - sets the current window; glutGetWindow - returns
  7. the identifier of the current window. 
  8. .SH SYNTAX
  9. .nf
  10. .LP
  11. void glutSetWindow(int win);
  12. int glutGetWindow(void);
  13. .fi
  14. .SH ARGUMENTS
  15. .IP fIwinfP 1i
  16. Identifier of GLUT window to make the current window. 
  17. .SH DESCRIPTION
  18. glutSetWindow sets the current window; glutGetWindow returns the
  19. identifier of the current window. If no windows exist or the previously
  20. current window was destroyed, glutGetWindow returns zero.
  21. glutSetWindow does not change the layer in use for the window; this is
  22. done using glutUseLayer. 
  23. .SH SEE ALSO
  24. glutCreateWindow, glutSetMenu
  25. .SH AUTHOR
  26. Mark J. Kilgard (mjk@nvidia.com)