Fixed bad typo that caused HTMLDOC to crash...
git-svn-id: file:///fltk/svn/fltk/trunk@226 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
fae4b6ae7e
commit
a98c49d088
@ -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>
|
||||
accepted the focus. </BODY></HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user