summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/compat/FL/Fl_Toggle_Light_Button.H
blob: 8eae1a3294a5b2a7c2d8da9266a1d1abcca8d5f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
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