diff options
Diffstat (limited to 'plugingui/button.h')
-rw-r--r-- | plugingui/button.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/button.h b/plugingui/button.h index 8f27d71..f39f24f 100644 --- a/plugingui/button.h +++ b/plugingui/button.h @@ -30,6 +30,7 @@ #include <string> #include "widget.h" +#include "painter.h" namespace GUI { @@ -50,6 +51,9 @@ public: virtual void buttonEvent(ButtonEvent *e); private: + Painter::Box box_up; + Painter::Box box_down; + typedef enum { up, down |