diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-09 14:54:27 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-09 14:54:27 +0100 |
commit | 6a1d23cf994844a39e5a1860c97276780903fb34 (patch) | |
tree | 77dd2d78ae38e3558f5f0ffde59ceab3b554f7b0 /plugingui/listbox.h | |
parent | b3541d31093fe9f4ccd77303b6b375acb3127ac6 (diff) |
Implement somewhat functional arrow-key navigation in listbox widget.
Diffstat (limited to 'plugingui/listbox.h')
-rw-r--r-- | plugingui/listbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/listbox.h b/plugingui/listbox.h index 061a0eb..26d104b 100644 --- a/plugingui/listbox.h +++ b/plugingui/listbox.h @@ -54,6 +54,7 @@ public: virtual void repaintEvent(RepaintEvent *e); virtual void buttonEvent(ButtonEvent *e); virtual void scrollEvent(ScrollEvent *e); + virtual void keyEvent(KeyEvent *e); private: std::map<std::string, std::string> items; |