31#ifndef Fl_Double_Window_H
32#define Fl_Double_Window_H
51 void flush(
int eraseoverlay);
61 void resize(
int,
int,
int,
int);
69 :
Fl_Window(W,H,l), force_doublebuffering_(0) {
type(FL_DOUBLE_WINDOW); }
74 :
Fl_Window(X,Y,W,H,l), force_doublebuffering_(0) {
type(FL_DOUBLE_WINDOW); }
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:49
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:56
Fl_Double_Window(int X, int Y, int W, int H, const char *l=0)
See Fl_Double_Window::Fl_Double_Window(int w, int h, const char *label = 0)
Definition: Fl_Double_Window.H:73
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.H:68
This widget produces an actual window.
Definition: Fl_Window.H:58
virtual void flush()
Forces the window to be drawn, this window is also made current and calls draw().
Definition: Fl.cxx:1751
virtual void show()
Puts the window on the screen.
virtual void hide()
Removes the window from the screen.
Definition: Fl.cxx:1372
virtual void resize(int, int, int, int)
Changes the size and position of the window.