1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutShowWindow — Request that the <i>current window</i> be visible
5

LIBRARY

7     OpenGLUT - window
8

SYNOPSIS

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

DESCRIPTION

16     glutShowWindow() requests that the window system make the  current window
17       visible.
18
19     This is generally not necessary.  When you create a window, it will nor‐
20     mally become visible.  Unless you specifically hide it, it will remain
21     visible.  Though visible, of course, it may be covered by other windows;
22     that would be an issue for window stacking order not visibility.
23
24     When, and if, your window's visibility status changes, you may find out
25     via a glutWindowStatusFunc() callback.
26

SEE ALSO

28     glutHideWindow(3) glutPopWindow(3) glutPushWindow(3)
29     glutWindowStatusFunc(3)
30
31
32
33
34                                     Epoch
Impressum