diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-22 21:15:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-10-22 21:15:11 +0000 |
| commit | 19518ebe35587898a32e3172529761a9a9058621 (patch) | |
| tree | c7e1b773cd2a7666be62c3849a44c9c5ff5d4b02 /documentation/Fl_Widget.html | |
| parent | 29476d08b848fa7e8a6261349bb8d80cdb8a3069 (diff) | |
Make Fl_Widget::parent() work with Fl_Group pointers...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1647 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Widget.html')
| -rw-r--r-- | documentation/Fl_Widget.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index 9d3d5545d..d002bda2d 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -289,7 +289,7 @@ This is the same as <TT>(active() && visible() && Non-zero if <A HREF="subclassing.html#draw"><TT>draw()</TT></A> needs to be called. Actually this is a bit field that the widget subclass can use to figure out what parts to draw. -<H4><A name=Fl_Widget.parent>Fl_Widget *Fl_Widget::parent() const</A></H4> +<H4><A name=Fl_Widget.parent>Fl_Group *Fl_Widget::parent() const</A></H4> 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 HREF="Fl_Window.html#Fl_Window"><tt>Fl_Window</tt></a>. Returns |
