summaryrefslogtreecommitdiff
path: root/documentation/Fl_Widget.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-07-16 08:50:05 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-07-16 08:50:05 +0000
commit478950c3bc358e1c55cc5c4e75ba42b84372c333 (patch)
tree6b05823f588465bf16ae1f30352863387d72dd65 /documentation/Fl_Widget.html
parent5aa5abdff5dd3d8756de6b662af11ab55427fe16 (diff)
Documentation fixes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Widget.html')
-rw-r--r--documentation/Fl_Widget.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 179693959..5936726e7 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -498,7 +498,7 @@ its <I>parent</I> window (if any), not <I>this</I> window.
<P>Makes the widget visible; you must still redraw the parent
widget to see a change in the window. Normally you want to use
-the <A HREF="#Fl_Widget.show"><CODE>show()</CODE> method
+the <A HREF="#Fl_Widget.show"><CODE>show()</CODE></A> method
instead.
@@ -528,11 +528,13 @@ 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_Widget::visible_focus();</A></H4>
-
-<P>Returns non-zero if this widget will participate in keyboard
-focus navigation.
+<H4><A NAME="Fl_Widget.visible_focus">void Fl_Widget::visible_focus(int);</A><BR>
+int Fl_Widget::visible_focus();</H4>
+<P>Modifies keyboard focus navigation.
+See <A HREF="#Fl_Widget.set_visible_focus"><code>set_visible_focus()</code></a> and
+<A HREF="#Fl_Widget.cleare_visible_focus"><code>clear_visible_focus()</code></a>.
+The second form returns non-zero if this widget will participate in keyboard focus navigation.
<H4><A name=Fl_Widget.when>Fl_When Fl_Widget::when() const
<BR> void Fl_Widget::when(Fl_When)</A></H4>