You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
433B

  1. // generated by Fast Light User Interface Designer (fluid) version 2.00
  2. #ifndef Fl_LED_Button_H
  3. #define Fl_LED_Button_H
  4. #include <FL/Fl.H>
  5. #include <FL/Fl_Window.H>
  6. #include <FL/Fl_Light_Button.H>
  7. class Fl_LED_Button : public Fl_Light_Button {
  8. public:
  9. Fl_LED_Button(int x, int y, int w, int h, const char* l=0);
  10. ~Fl_LED_Button();
  11. private:
  12. void draw();
  13. void modulate(const int offs,const uchar r,uchar g,uchar b);
  14. };
  15. #endif