20 #ifndef Fl_Double_Window_H 21 #define Fl_Double_Window_H 47 void resize(
int,
int,
int,
int);
This widget produces an actual window.
Definition: Fl_Window.H:53
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:38
virtual void resize(int X, int Y, int W, int H)
Changes the size and position of the window.
Definition: Fl_Window.cxx:545
virtual Fl_Double_Window * as_double_window()
Return non-null if this is an Fl_Overlay_Window object.
Definition: Fl_Double_Window.H:44
virtual void show()
Puts the window on the screen.
Definition: Fl_Window.cxx:533
virtual void flush()
Forces the window to be drawn, this window is also made current and calls draw(). ...
Definition: Fl_Window.cxx:472
virtual void hide()
Removes the window from the screen.
Definition: Fl_Window.cxx:549