From 4b7414b3f6869f2bdeb097e4f997498bae9f0aee Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Mar 2013 17:44:20 +0100 Subject: New box rendering of all widgets. Minor tweaks still missing. --- plugingui/button.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugingui/button.h') 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 #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 -- cgit v1.2.3