From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Tue, 15 Jan 2002 02:17:19 +0000
Subject: Doco and makefile updates from SGI.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Widget.html | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
(limited to 'documentation/Fl_Widget.html')
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 99c20db3c..b29e11f41 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -53,12 +53,15 @@ to call redraw() after these.
damage
deactivate
default_callback
+deimage
do_callback
h
+- handle
- hide
+- image
- inside
- label
- labelcolor
@@ -142,7 +145,7 @@ FL_NO_BOX or FL_UP_BOX.
This color is passed to the box routine. Color is an index into an
internal table of rgb colors. For most widgets this defaults to
FL_GRAY. See the
-enumeration list for predefined colors. Use
+enumeration list for predefined colors. Use
Fl::set_color() to redefine colors.
Fonts are identified by small 8-bit indexes into a table. See the
enumeration list for predefined typefaces. The default value uses a
-Helvetica typeface (Arial for Microsoft® Windows®). The function
+Helvetica typeface (Arial for Microsoft® Windows®). The function
Fl::set_font() can define new typefaces.
@@ -242,7 +245,7 @@ their own callbacks in response to an "OK" button.
The default callback, which puts a pointer to the widget on the queue
-returned by Fl::readqueue()
+returned by Fl::readqueue()
. You may want to call this from your own callback.
sending it an FL_FOCUS event, and if it returns non-zero,
setting Fl::focus() to this widget. You should use this
method to assign the focus to an widget. Returns true if the widget
-accepted the focus. |