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 Fl_Group or -int Fl_Widget::contains(Fl_Widget* b) const Returns true if b - is a child of this widget, or is equal to this widget. Returns false -if b is NULL. +

int Fl_Widget::contains(Fl_Widget* b) const

+Returns true if b is a child of this widget, or is equal to +this widget. Returns false if b is NULL.

int Fl_Widget::inside(const Fl_Widget* a) const

Returns true if this is a child of a, or is equal to a @@ -290,4 +289,4 @@ const sending it an FL_FOCUS event, and if it returns non-zero, setting Fl::focus() to this widget. You should use this method to assign the focus to an widget. Returns true if the widget -accepted the focus. \ No newline at end of file +accepted the focus.