diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 21:17:47 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-13 21:17:47 +0000 |
| commit | a98c49d088c9101fea4ac8fd544f42249be1a8fd (patch) | |
| tree | 7438b0f41e30b835f10b9eb5993093175b0ab954 | |
| parent | fae4b6ae7e035a78b518049dd521004ecba87cf1 (diff) | |
Fixed bad typo that caused HTMLDOC to crash...
git-svn-id: file:///fltk/svn/fltk/trunk@226 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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> |
