diff options
| -rw-r--r-- | documentation/Fl_Widget.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 1009a0726..4b619127d 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -277,10 +277,9 @@ draw. Returns a pointer to the parent widget. Usually this is a <A href=Fl_Group.html#Fl_Group> <TT>Fl_Group</TT></A> or <A Fl_Widget.contains" href="Fl_Window><tt>Fl_Window</tt></a>. Returns <tt>NULL</tt> if none. -<h4><a name="> -int Fl_Widget::contains(Fl_Widget* b) const</A> Returns true if <TT>b</TT> - is a child of this widget, or is equal to this widget. Returns false -if <TT>b</TT> is <TT>NULL</TT>. +<h4><a name="Fl_Widget.contains">int Fl_Widget::contains(Fl_Widget* b) const</A></H4> +Returns true if <TT>b</TT> is a child of this widget, or is equal to +this widget. Returns false if <TT>b</TT> is <TT>NULL</TT>. <H4><A name=Fl_Widget.inside>int Fl_Widget::inside(const Fl_Widget* a) const</A></H4> Returns true if this is a child of <TT>a</TT>, or is equal to <TT>a</TT> @@ -290,4 +289,4 @@ const</A></H4> sending it an <TT>FL_FOCUS</TT> event, and if it returns non-zero, setting <TT>Fl::focus()</TT> to this widget. You should use this method to assign the focus to an widget. Returns true if the widget -accepted the focus. </BODY></HTML>
\ No newline at end of file +accepted the focus. </BODY></HTML> |
