diff options
Diffstat (limited to 'plugingui/listbox.h')
-rw-r--r-- | plugingui/listbox.h | 3 |
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 { |