summaryrefslogtreecommitdiff
path: root/FL/Fl_Group.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-14 16:19:48 +0000
commit1aecada52cd42120137dda305c263fde27518352 (patch)
tree3f4b5fb11f9bdb95ea9bed51862b7d869de3ce75 /FL/Fl_Group.H
parent019f933251bc5b49a297dfe28ca8623de71c5bd3 (diff)
DLL changes (still some more to go...)
Move BMP, GIF, and PNM image loaders to fltkimages project. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Group.H')
-rw-r--r--FL/Fl_Group.H16
1 files changed, 8 insertions, 8 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 5e2a42b72..884dc3f6c 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.5 2002/07/14 19:08:25 easysw Exp $"
+// "$Id: Fl_Group.H,v 1.6.2.4.2.6 2002/08/14 16:19:48 easysw Exp $"
//
// Group header file for the Fast Light Tool Kit (FLTK).
//
@@ -43,11 +43,11 @@ class FL_EXPORT Fl_Group : public Fl_Widget {
protected:
- FL_EXPORT void draw();
- FL_EXPORT void draw_child(Fl_Widget&) const;
- FL_EXPORT void update_child(Fl_Widget&) const;
- FL_EXPORT void draw_outside_label(const Fl_Widget&) const ;
- FL_EXPORT short* sizes();
+ void draw();
+ void draw_child(Fl_Widget&) const;
+ void update_child(Fl_Widget&) const;
+ void draw_outside_label(const Fl_Widget&) const ;
+ short* sizes();
public:
@@ -88,7 +88,7 @@ public:
// dummy class used to end child groups in constructors for complex
// subclasses of Fl_Group:
-class Fl_End {
+class FL_EXPORT Fl_End {
public:
Fl_End() {Fl_Group::current()->end();}
};
@@ -96,5 +96,5 @@ public:
#endif
//
-// End of "$Id: Fl_Group.H,v 1.6.2.4.2.5 2002/07/14 19:08:25 easysw Exp $".
+// End of "$Id: Fl_Group.H,v 1.6.2.4.2.6 2002/08/14 16:19:48 easysw Exp $".
//