Author: dejan
Date: 2007-11-15 00:51:17 -0800 (Thu, 15 Nov 2007)
New Revision: 5974
Log:
Added compatibility header for Fl_Pack. Mr. Zoltan Toth reported it missing
on fltk.bugs newsgroup. Thanks.


Added:
   trunk/fltk/compat/FL/Fl_Pack.H

Added: trunk/fltk/compat/FL/Fl_Pack.H
===================================================================
--- trunk/fltk/compat/FL/Fl_Pack.H                              (rev 0)
+++ trunk/fltk/compat/FL/Fl_Pack.H      2007-11-15 08:51:17 UTC (rev 5974)
@@ -0,0 +1,15 @@
+#ifndef Fl_Pack_H
+#define Fl_Pack_H
+
+#include "Fl_Group.H"
+#include <fltk/PackedGroup.h>
+
+class Fl_Pack : public fltk::PackedGroup {
+
+public:
+  Fl_Pack(int x, int y, int w, int h, const char*l = 0)
+    : fltk::PackedGroup(x,y,w,h,l) {begin();}
+
+}; // Fl_Pack class
+
+#endif

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to