|
- // generated by Fast Light User Interface Designer (fluid) version 2.00
-
- #ifndef Fl_LED_Button_H
- #define Fl_LED_Button_H
- #include <FL/Fl.H>
- #include <FL/Fl_Window.H>
- #include <FL/Fl_Light_Button.H>
-
- class Fl_LED_Button : public Fl_Light_Button {
- public:
- Fl_LED_Button(int x, int y, int w, int h, const char* l=0);
- ~Fl_LED_Button();
- private:
- void draw();
- void modulate(const int offs,const uchar r,uchar g,uchar b);
- };
- #endif
|