Add draw_children() method to Fl_Group.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2002-11-08 15:22:15 +00:00
parent f841b45087
commit ee58dd2f62
4 changed files with 24 additions and 11 deletions
+4 -3
View File
@@ -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 $".
//