summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Box.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Box.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Box.H17
1 files changed, 17 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Box.H b/fltk/fltk/compat/FL/Fl_Box.H
new file mode 100644
index 0000000..31c082d
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Box.H
@@ -0,0 +1,17 @@
+//
+// "$Id: Fl_Box.H 4922 2006-04-10 09:30:57Z fabien $"
+//
+// Back-compatability widget.
+
+#ifndef Fl_Box_H
+#define Fl_Box_H
+
+#include "Fl_Widget.H"
+#include <fltk/InvisibleBox.h>
+typedef fltk::InvisibleBox Fl_Box;
+
+#endif
+
+//
+// End of "$Id: Fl_Box.H 4922 2006-04-10 09:30:57Z fabien $".
+//