From d7b88a3bcc7e76f38ee5799be7722fd5a10781ef Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 19:28:54 +0000 Subject: Updated all links so they work between files. Revision 1. git-svn-id: file:///fltk/svn/fltk/trunk@219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Single_Window.html | 84 ++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 48 deletions(-) (limited to 'documentation/Fl_Single_Window.html') diff --git a/documentation/Fl_Single_Window.html b/documentation/Fl_Single_Window.html index 9f0e297ea..f0f628d0f 100644 --- a/documentation/Fl_Single_Window.html +++ b/documentation/Fl_Single_Window.html @@ -1,49 +1,37 @@ - - - -
- -

class Fl_Single_Window

- -
- -

Class Hierarchy

- - +

Include Files

+
    +
    +#include <FL/Fl_Single_Window.H>
    +
    +
+

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.
\ No newline at end of file -- cgit v1.2.3