summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-02-25 15:08:06 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-25 15:08:06 -0500
commitd25d583dadf13c41eaeb25a03c5563fb1c38e6c9 (patch)
tree74f1b7d25c78f5d8fff0985c98e7d6ce6305871c /gtk2_ardour/ardour_ui.h
parent59aa283f38fbc02f9d81caf8e5b0e62f6168a212 (diff)
add previous-tab and next-tab actions and bind to PRIMARY-page-up/down by default
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 88006a0820..08a2bf9a72 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -853,6 +853,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
void load_bindings ();
bool tabbable_visibility_button_press (GdkEventButton* ev, std::string const& tabbable_name);
+
+ void step_up_through_tabs ();
+ void step_down_through_tabs ();
};
#endif /* __ardour_gui_h__ */