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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutPopWindow 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutPopWindow, glutPushWindow - change the stacking order of the current window relative to its siblings. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutPopWindow(void);
  11. void glutPushWindow(void);
  12. .fi
  13. .SH DESCRIPTION
  14. glutPopWindow and glutPushWindow work on both top-level
  15. windows and subwindows. The effect of pushing and popping windows
  16. does not take place immediately. Instead the push or pop is saved for
  17. execution upon return to the GLUT event loop. Subsequent push or pop
  18. requests on a window replace the previously saved request for that
  19. window. The effect of pushing and popping top-level windows is subject
  20. to the window system's policy for restacking windows. 
  21. .SH SEE ALSO
  22. glutShowWindow, glutIconifyWindow, glutHideWindow
  23. .SH AUTHOR
  24. Mark J. Kilgard (mjk@nvidia.com)