From 74942d0537764ec6dccb16ba75648aa83943d229 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Fri, 19 Apr 2002 11:53:40 +0000
Subject: Fix links in docos...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl.html | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
(limited to 'documentation/Fl.html')
diff --git a/documentation/Fl.html b/documentation/Fl.html
index 65b5cd4dd..1e137130d 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -110,8 +110,9 @@ state information and global methods for the current application.
remove_timeout
repeat_timeout
run
- selection_owner
+ scheme
selection
+ selection_owner
set_abort
set_atclose
set_boxtype
@@ -971,6 +972,14 @@ repeatedly. When all the windows are closed it returns zero
exit directly for these). A normal program will end main()
with return Fl::run();.
+
+
+Gets or sets the current widget scheme. Currently only "none"
+and "plastic" are recognized, and NULL will use the
+scheme defined in the FLTK_SCHEME environment variable
+or the scheme resource under X11.
+
Changes the current selection. The block of text is
@@ -978,7 +987,6 @@ copied to an internal buffer by FLTK (be careful if doing this in
response to an FL_PASTE as this may be the same buffer
returned by event_text()). The selection_owner()
widget is set to the passed owner (possibly sending
-FL_SELECTIONCLEAR to the previous owner).
@@ -1046,7 +1054,7 @@ done.
Sets an idle callback.
This method is obsolete - use the add_idle() method instead.
+HREF="#Fl.add_idle">add_idle() method instead.
--
cgit v1.2.3