summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2004-06-07 17:17:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2004-06-07 17:17:24 +0000
commit8b298e1b9ba706f7fa3c281698c14ad55037da90 (patch)
tree8415f3fe9523b91a462cd0580121534c50ac36b1
parenteeef51de66f1502969f8684b9c2ade55f668403d (diff)
Documentation fix (STR #412).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3447 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES1
-rw-r--r--documentation/Fl_Widget.html8
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 2ef3ed122..c2a8d3da4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.5rc2
+ - Documaentation fix (STR #412)
- Documentation updates (STR #365, STR #399)
- Fl_Text_Buffer::replace() now range checks its input
(STR #385)
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 9a6d3e974..f7e0e09e5 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -219,7 +219,7 @@ response to an &quot;OK&quot; button.
the program sets the stored value. </P>
-<H4><A NAME="Fl_Widget.clear_visible">void Fl_Window::clear_visible();</A></H4>
+<H4><A NAME="Fl_Widget.clear_visible">void Fl_Widget::clear_visible();</A></H4>
<P>Hides the widget; you must still redraw the parent to see a
change in the window. Normally you want to use the <A
@@ -482,7 +482,7 @@ widget. Note: for an <TT>Fl_Window</TT> widget, this returns
its <I>parent</I> window (if any), not <I>this</I> window.
-<H4><A NAME="Fl_Widget.set_visible">void Fl_Window::set_visible();</A></H4>
+<H4><A NAME="Fl_Widget.set_visible">void Fl_Widget::set_visible();</A></H4>
<P>Makes the widget visible; you must still redraw the parent
widget to see a change in the window. Normally you want to use
@@ -490,7 +490,7 @@ the <A HREF="#Fl_Widget.show"><CODE>show()</CODE> method
instead.
-<H4><A NAME="Fl_Widget.set_visible_focus">void Fl_Window::set_visible_focus();</A></H4>
+<H4><A NAME="Fl_Widget.set_visible_focus">void Fl_Widget::set_visible_focus();</A></H4>
<P>Enables keyboard focus navigation with this widget; note,
however, that this will not necessarily mean that the widget
@@ -516,7 +516,7 @@ visible, as this will send false <TT>FL_SHOW</TT> or <TT>FL_HIDE</TT>
events to the widget</I>. <TT>redraw()</TT> is called if necessary on
this or the parent.
-<H4><A NAME="Fl_Widget.visible_focus">void Fl_Window::visible_focus();</A></H4>
+<H4><A NAME="Fl_Widget.visible_focus">void Fl_Widget::visible_focus();</A></H4>
<P>Returns non-zero if this widget will participate in keyboard
focus navigation.