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
void show() FL_OVERRIDE
Makes a widget visible.
Definition Fl_Double_Window.cxx:45
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
Fl_Double_Window(int W, int H, const char *l=0)
Creates a new Fl_Double_Window widget using the given position, size, and label (title) string.
Definition Fl_Double_Window.cxx:31
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:46