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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1996.
  3. ."
  4. .TH glutShowOverlay 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutShowOverlay, glutHideOverlay - shows or hides the overlay of the current window
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutShowOverlay(void);
  11. void glutHideOverlay(void);
  12. .fi
  13. .SH DESCRIPTION
  14. glutShowOverlay shows the overlay of the current window;  
  15. glutHideOverlay hides the overlay. The effect of showing or
  16. hiding an overlay takes place immediately. Note that
  17. glutShowOverlay will not actually display the overlay unless the
  18. window is also shown (and even a shown window may be obscured
  19. by other windows, thereby obscuring the overlay). It is typically
  20. faster and less resource intensive to use these routines to control the
  21. display status of an overlay as opposed to removing and
  22. re-establishing the overlay. 
  23. .SH SEE ALSO
  24. glutEstablishOverlay, glutShowWindow
  25. .SH AUTHOR
  26. Mark J. Kilgard (mjk@nvidia.com)