22#ifndef Fl_Double_Window_H
23#define Fl_Double_Window_H
42 void flush(
int eraseoverlay);
52 void resize(
int,
int,
int,
int);
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:40
char force_doublebuffering_
Force double buffering, even if the OS already buffers windows (overlays need that on MacOS and Windo...
Definition: Fl_Double_Window.H:47
This widget produces an actual window.
Definition: Fl_Window.H:57
virtual void flush()
Forces the window to be drawn, this window is also made current and calls draw().
Definition: Fl.cxx:1920
virtual void show()
Puts the window on the screen.
virtual void hide()
Removes the window from the screen.
Definition: Fl.cxx:1550
virtual void resize(int X, int Y, int W, int H)
Changes the size and position of the window.