From 87dd7f0d23eba5c09e71ec6efeb34c6844f5e95f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 29 Dec 1998 14:21:17 +0000 Subject: Revised documentation files. git-svn-id: file:///fltk/svn/fltk/trunk@177 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Single_Window.html | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 documentation/Fl_Single_Window.html (limited to 'documentation/Fl_Single_Window.html') diff --git a/documentation/Fl_Single_Window.html b/documentation/Fl_Single_Window.html new file mode 100644 index 000000000..9f0e297ea --- /dev/null +++ b/documentation/Fl_Single_Window.html @@ -0,0 +1,49 @@ + + + +
+ +

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.2.3