summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H')
-rw-r--r--fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H b/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H
new file mode 100644
index 0000000..8eae1a3
--- /dev/null
+++ b/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H
@@ -0,0 +1,10 @@
+#ifndef Fl_Toggle_Light_Button_H
+#define Fl_Toggle_Light_Button_H
+
+
+#include "Fl_Button.H"
+#include <fltk/LightButton.h>
+typedef fltk::LightButton Fl_Toggle_Light_Button;
+
+#endif
+