summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dropdown.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-05-03 00:58:54 +0200
committerRobin Gareus <robin@gareus.org>2015-05-03 01:00:44 +0200
commit62a2d6a0647cd636f8711acceccc22142bb899aa (patch)
tree0559f4259ef24aff071d40f473e63a3550ca9065 /gtk2_ardour/ardour_dropdown.h
parent198c4d1d8899296da19daff08de2395d13494fc1 (diff)
implement scroll wheel support for ardour-dropdown
Diffstat (limited to 'gtk2_ardour/ardour_dropdown.h')
-rw-r--r--gtk2_ardour/ardour_dropdown.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_dropdown.h b/gtk2_ardour/ardour_dropdown.h
index b27b930037..c1cf11917e 100644
--- a/gtk2_ardour/ardour_dropdown.h
+++ b/gtk2_ardour/ardour_dropdown.h
@@ -37,6 +37,7 @@ class ArdourDropdown : public ArdourButton
virtual ~ArdourDropdown ();
bool on_button_press_event (GdkEventButton*);
+ bool on_scroll_event (GdkEventScroll*);
void clear_items ();
void AddMenuElem (Gtk::Menu_Helpers::MenuElem e);