summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/audio_time_axis.h')
-rw-r--r--gtk2_ardour/audio_time_axis.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h
index 727c46a95e..99ba8a7b8f 100644
--- a/gtk2_ardour/audio_time_axis.h
+++ b/gtk2_ardour/audio_time_axis.h
@@ -83,6 +83,10 @@ public:
void first_idle ();
+ void show_all_automation (bool apply_to_selection = false);
+ void show_existing_automation (bool apply_to_selection = false);
+ void hide_all_automation (bool apply_to_selection = false);
+
private:
friend class AudioStreamView;
friend class AudioRegionView;
@@ -93,9 +97,6 @@ private:
Gtk::Menu* build_mode_menu();
void build_automation_action_menu (bool);
- void show_all_automation (bool apply_to_selection = false);
- void show_existing_automation (bool apply_to_selection = false);
- void hide_all_automation (bool apply_to_selection = false);
void hide ();