summaryrefslogtreecommitdiff
path: root/plugingui/listbox.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-30 17:44:20 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-30 17:44:20 +0100
commit4b7414b3f6869f2bdeb097e4f997498bae9f0aee (patch)
tree53e9741d7d40f1ff6f77d47fc308b18168dca330 /plugingui/listbox.h
parenta1fba9ba11a13f94c524f2ac78206b3fdfb3be74 (diff)
New box rendering of all widgets. Minor tweaks still missing.
Diffstat (limited to 'plugingui/listbox.h')
-rw-r--r--plugingui/listbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/listbox.h b/plugingui/listbox.h
index 842a00f..e85d3d2 100644
--- a/plugingui/listbox.h
+++ b/plugingui/listbox.h
@@ -32,6 +32,7 @@
#include "widget.h"
#include "font.h"
+#include "painter.h"
namespace GUI {
@@ -59,6 +60,8 @@ public:
virtual void keyEvent(KeyEvent *e);
private:
+ Painter::Box box;
+
void setSelection(int index);
struct item {