20 #ifndef Fl_Overlay_Window_H 21 #define Fl_Overlay_Window_H 23 #include "Fl_Double_Window.H" 38 friend class _Fl_Overlay;
39 friend class Fl_Window_Driver;
48 virtual void draw_overlay() = 0;
55 void resize(
int,
int,
int,
int);
59 void redraw_overlay();
void resize(int, int, int, int)
Changes the size and position of the window.
Definition: Fl_Double_Window.cxx:50
This widget produces an actual window.
Definition: Fl_Window.H:53
void flush()
Forces the window to be drawn, this window is also made current and calls draw(). ...
Definition: Fl_Double_Window.cxx:69
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:38
void hide()
Removes the window from the screen.
Definition: Fl_Double_Window.cxx:60
virtual Fl_Overlay_Window * as_overlay_window()
Return non-null if this is an Fl_Overlay_Window object.
Definition: Fl_Overlay_Window.H:74
void show()
Puts the window on the screen.
Definition: Fl_Double_Window.cxx:45
This window provides double buffering and also the ability to draw the "overlay" which is another pic...
Definition: Fl_Overlay_Window.H:36