From 19518ebe35587898a32e3172529761a9a9058621 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 22 Oct 2001 21:15:11 +0000 Subject: 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 --- documentation/Fl_Widget.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Fl_Widget.html') 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 (active() && visible() && Non-zero if draw() needs to be called. Actually this is a bit field that the widget subclass can use to figure out what parts to draw. -

Fl_Widget *Fl_Widget::parent() const

+

Fl_Group *Fl_Widget::parent() const

Returns a pointer to the parent widget. Usually this is a Fl_Group or Fl_Window. Returns -- cgit v1.2.3