diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2004-06-07 17:17:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2004-06-07 17:17:24 +0000 |
| commit | 8b298e1b9ba706f7fa3c281698c14ad55037da90 (patch) | |
| tree | 8415f3fe9523b91a462cd0580121534c50ac36b1 /documentation | |
| parent | eeef51de66f1502969f8684b9c2ade55f668403d (diff) | |
Documentation fix (STR #412).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3447 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl_Widget.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 "OK" 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. |
