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/listbox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/listbox.h') 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 { -- cgit v1.2.3