1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutHideWindow — Make the current window hidden
5

LIBRARY

7     OpenGLUT - window
8

SYNOPSIS

10     #include <openglut.h>
11
12     void
13     glutHideWindow(void);
14

DESCRIPTION

16     Even if a window is ``open'', it need not be visible.  It may be conve‐
17     nient to hide a window rather than to close it, if you want to re-display
18     the window at the same location and size, later.  Redefining all of the
19     OpenGLUT features of a window and adding its  window id   to your track‐
20     ing when re-opening a window may also be bothersome.  So, rather than
21     destroying it, you can simply ask for it to be hidden.
22

SEE ALSO

24     glutShowWindow(3)
25
26
27
28
29                                     Epoch
Impressum