From 7fb1446cb255220e5456145be482e07fbd524a00 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 28 Oct 2009 19:56:00 +0000 Subject: key stroke (left/right arrow) and wheel (left/right, shift-down/up) scrolling in mixer window git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5958 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_ui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/mixer_ui.h') diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h index 1c5ecda850..809e7a759c 100644 --- a/gtk2_ardour/mixer_ui.h +++ b/gtk2_ardour/mixer_ui.h @@ -113,12 +113,15 @@ class Mixer_UI : public Gtk::Window void get_window_pos_and_size (); bool on_key_press_event (GdkEventKey*); + bool on_scroll_event (GdkEventScroll*); void pane_allocation_handler (Gtk::Allocation&, Gtk::Paned*); list strips; bool strip_scroller_button_release (GdkEventButton*); + void scroll_left (); + void scroll_right (); void add_strip (ARDOUR::Session::RouteList&); void remove_strip (MixerStrip *); -- cgit v1.2.3