31 #ifndef Fl_Single_Window_H
32 #define Fl_Single_Window_H
34 #include "Fl_Window.H"
This widget produces an actual window.
Definition: Fl_Window.H:58
virtual void show()
Puts the window on the screen.
void make_current()
Sets things up so that the drawing functions in will go into this window.
virtual void flush()
Forces the window to be drawn, this window is also made current and calls draw(). ...
Definition: Fl.cxx:1702
Fl_Single_Window(int X, int Y, int W, int H, const char *l=0)
Creates a new Fl_Single_Window widget using the given position, size, and label (title) string...
Definition: Fl_Single_Window.H:58
This is the same as Fl_Window.
Definition: Fl_Single_Window.H:43
Fl_Single_Window(int W, int H, const char *l=0)
Creates a new Fl_Single_Window widget using the given size, and label (title) string.
Definition: Fl_Single_Window.H:52