20#ifndef Fl_Double_Window_H
21#define Fl_Double_Window_H
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:31
Fl_Double_Window * as_double_window() FL_OVERRIDE
Return non-null if this is an Fl_Double_Window object.
Definition: Fl_Double_Window.H:33
This widget produces an actual window.
Definition: Fl_Window.H:55
void hide() FL_OVERRIDE
Removes the window from the screen.
Definition: Fl_Window.cxx:564
void show() FL_OVERRIDE
Puts the window on the screen.
Definition: Fl_Window.cxx:546
void resize(int X, int Y, int W, int H) FL_OVERRIDE
Changes the size and position of the window.
Definition: Fl_Window.cxx:560
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition: fl_attr.h:38