From a98c49d088c9101fea4ac8fd544f42249be1a8fd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 21:17:47 +0000 Subject: [PATCH] Fixed bad typo that caused HTMLDOC to crash... git-svn-id: file:///fltk/svn/fltk/trunk@226 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Widget.html | 9 ++++----- 1 file 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 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.