diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-07 21:10:47 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-07 21:10:47 +0100 |
commit | d556005df149558e2614b7019ca4b180f9c44fb8 (patch) | |
tree | aa72fe8fd186480c6c0992cc650ccc130979bf81 /plugingui/listbox.h | |
parent | d611ee9834561622faeeddb604062d92b30a4512 (diff) |
Add scrollEvent and use it for scrolling on listbox.
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 2a8dc4f..061a0eb 100644 --- a/plugingui/listbox.h +++ b/plugingui/listbox.h @@ -53,6 +53,7 @@ public: virtual void repaintEvent(RepaintEvent *e); virtual void buttonEvent(ButtonEvent *e); + virtual void scrollEvent(ScrollEvent *e); private: std::map<std::string, std::string> items; |