20#ifndef Fl_Single_Window_H
21#define Fl_Single_Window_H
This is the same as Fl_Window.
Definition Fl_Single_Window.H:32
void flush() FL_OVERRIDE
Same as Fl_Window::flush()
Definition Fl_Single_Window.H:58
void make_current()
Same as Fl_Window::make_current()
Definition Fl_Single_Window.H:53
void show(int argc, char **argv)
Same as Fl_Window::show(int argc, char **argv)
Definition Fl_Single_Window.H:36
This widget produces an actual window.
Definition Fl_Window.H:55
virtual void flush()
Forces the window to be drawn, this window is also made current and calls draw().
Definition Fl_Window.cxx:481
void make_current()
Sets things up so that the drawing functions in <FL/fl_draw.H> will go into this window.
Definition Fl_Window.cxx:534
void show() FL_OVERRIDE
Puts the window on the screen.
Definition Fl_Window.cxx:546
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:38