22 #ifndef Fl_Double_Window_H 
   23 #define Fl_Double_Window_H 
   42   void flush(
int eraseoverlay);
 
   52   void resize(
int,
int,
int,
int);
 
This widget produces an actual window. 
Definition: Fl_Window.H:57
virtual void resize(int X, int Y, int W, int H)
Changes the size and position of the window. 
char force_doublebuffering_
Force double buffering, even if the OS already buffers windows (overlays need that on MacOS and Windo...
Definition: Fl_Double_Window.H:47
The Fl_Double_Window provides a double-buffered window. 
Definition: Fl_Double_Window.H:40
virtual void show()
Puts the window on the screen. 
virtual void flush()
Forces the window to be drawn, this window is also made current and calls draw(). ...
Definition: Fl.cxx:1844
virtual void hide()
Removes the window from the screen. 
Definition: Fl.cxx:1477