From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- .../documentation/Fl_Single_Window.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Single_Window.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Single_Window.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Single_Window.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Single_Window.html new file mode 100644 index 0000000..b54cc3b --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Single_Window.html @@ -0,0 +1,42 @@ + + + Fl_Single_Window + + + +

class Fl_Single_Window

+
+

Class Hierarchy

+ +

Include Files

+ +

Description

+ This is the same as Fl_Window. However, it is possible that +some implementations will provide double-buffered windows by default. +This subclass can be used to force single-buffering. This may be +useful for modifying existing programs that use incremental update, or +for some types of image data, such as a movie flipbook. +

Methods

+ +

+Fl_Single_Window::Fl_Single_Window(int x, int y, int w, int h, const +char *label = 0)

+ Creates a new Fl_Single_Window widget using the given +position, size, and label (title) string. +

virtual +Fl_Single_Window::~Fl_Single_Window()

+ Destroys the window and all child widgets. + -- cgit v1.3.1