From 14e6251b80f5dd39288e2468e0e2992a785e7fa4 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 27 Mar 2002 12:40:59 +0000 Subject: More HTML fixed from Alexander. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2044 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl.html | 2 +- documentation/Fl_Text_Display.html | 2 +- documentation/Fl_Widget.html | 4 ++-- documentation/editor.html | 6 +++--- documentation/migration.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl.html b/documentation/Fl.html index 5129c11e4..118204ced 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -775,7 +775,7 @@ the threading support in FLTK. HREF="#Fl.unlock">unlock() when they are done accessing FLTK. -

When the wait() method is waiting +

When the wait() method is waiting for input or timeouts, child threads are given access to FLTK. Similarly, when the main thread needs to do processing, it will wait until all child threads have called void buffer(Fl_Text_Buffer* buf);
-void buffer(Fl_Text_Buffer& buf);
+void buffer(Fl_Text_Buffer& buf);
Fl_Text_Buffer* buffer();

void cursor_style(int style);

diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 6a70e23bd..7e4a55425 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -314,11 +314,11 @@ accepted the focus.

Fl_Image* Fl_Widget::deimage()
void Fl_Widget::deimage(Fl_Image* a)
-void Fl_Widget::deimage(Fl_Image& a)

+void Fl_Widget::deimage(Fl_Image& a)

Fl_Image* Fl_Widget::image()
void Fl_Widget::image(Fl_Image* a)
-void Fl_Widget::image(Fl_Image& a)

+void Fl_Widget::image(Fl_Image& a)

int Fl_Widget::handle(int)

diff --git a/documentation/editor.html b/documentation/editor.html index 565ba5ee0..3fb5c43b0 100644 --- a/documentation/editor.html +++ b/documentation/editor.html @@ -173,7 +173,7 @@ need to define our callback functions.