59 _unexposed_draw = unexposed_draw;
70 return _unexposed_draw;
86 return _window_handle;
This object represents a window on the desktop, not necessarily a Panda window.
bool is_closed() const
Returns true if the window has not yet been opened, or has been fully closed, false if it is open...
bool is_fullscreen() const
Returns true if the window has been opened as a fullscreen window, false otherwise.
bool get_open() const
Returns true if the window is open.
bool get_fullscreen() const
Returns true if the window is in fullscreen mode.
WindowHandle * get_window_handle() const
Returns the WindowHandle corresponding to this window on the desktop.
void set_unexposed_draw(bool unexposed_draw)
If this flag is false, the window is redrawn only after it has received a recent "unexpose" or "draw"...
bool get_unexposed_draw() const
See set_unexposed_draw().