31 #ifndef Fl_Overlay_Window_H
32 #define Fl_Overlay_Window_H
34 #include "Fl_Double_Window.H"
48 friend class _Fl_Overlay;
49 virtual void draw_overlay() = 0;
55 void resize(
int,
int,
int,
int);
58 void redraw_overlay();
void resize(int, int, int, int)
Changes the size and position of the window.
Definition: Fl_Double_Window.cxx:418
This widget produces an actual window.
Definition: Fl_Window.H:58
Fl_Overlay_Window(int W, int H, const char *l=0)
Creates a new Fl_Overlay_Window widget using the given position, size, and label (title) string...
Definition: Fl_Overlay_Window.H:65
void flush()
Forces the window to be redrawn.
Definition: Fl_Double_Window.cxx:325
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:49
Fl_Overlay_Window(int X, int Y, int W, int H, const char *l=0)
See Fl_Overlay_Window::Fl_Overlay_Window(int W, int H, const char *l=0)
Definition: Fl_Overlay_Window.H:70
void hide()
Removes the window from the screen.
Definition: Fl_Double_Window.cxx:440
void show()
Puts the window on the screen.
Definition: Fl_Double_Window.cxx:67
This window provides double buffering and also the ability to draw the "overlay" which is another pic...
Definition: Fl_Overlay_Window.H:47