summaryrefslogtreecommitdiff
path: root/FL/Fl_Group.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-11-08 15:22:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-11-08 15:22:15 +0000
commitee58dd2f628ef045db0706b812a3bc9febcac6d9 (patch)
tree36c05df6185552c371b5532ecc763f8d13de6670 /FL/Fl_Group.H
parentf841b450870a3a3308973c77c4be83a0e721bd31 (diff)
Add draw_children() method to Fl_Group.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Group.H')
-rw-r--r--FL/Fl_Group.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 884dc3f6c..2fdf839ef 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Group.H,v 1.6.2.4.2.6 2002/08/14 16:19:48 easysw Exp $"
+// "$Id: Fl_Group.H,v 1.6.2.4.2.7 2002/11/08 15:22:08 easysw Exp $"
//
// Group header file for the Fast Light Tool Kit (FLTK).
//
@@ -45,8 +45,9 @@ protected:
void draw();
void draw_child(Fl_Widget&) const;
- void update_child(Fl_Widget&) const;
+ void draw_children();
void draw_outside_label(const Fl_Widget&) const ;
+ void update_child(Fl_Widget&) const;
short* sizes();
public:
@@ -96,5 +97,5 @@ public:
#endif
//
-// End of "$Id: Fl_Group.H,v 1.6.2.4.2.6 2002/08/14 16:19:48 easysw Exp $".
+// End of "$Id: Fl_Group.H,v 1.6.2.4.2.7 2002/11/08 15:22:08 easysw Exp $".
//