summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-10-28 19:56:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-10-28 19:56:00 +0000
commit7fb1446cb255220e5456145be482e07fbd524a00 (patch)
tree174bdc89e374707f840b4a02b891831d8b0b6ba0 /gtk2_ardour/mixer_ui.h
parente5c44367bcdde76d419cb723b5ffa52de61ec3b7 (diff)
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
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h3
1 files changed, 3 insertions, 0 deletions
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<MixerStrip *> strips;
bool strip_scroller_button_release (GdkEventButton*);
+ void scroll_left ();
+ void scroll_right ();
void add_strip (ARDOUR::Session::RouteList&);
void remove_strip (MixerStrip *);