summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2015-06-05 23:08:38 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2015-06-08 11:17:55 +0100
commit8b3c729f2647b78bad4f8c2852de08a8f1a09bab (patch)
treea516cfc2c3c913e625b5ce150491b704df23699f /gtk2_ardour/export_channel_selector.h
parente801155ddeab9345994da5f56b56746662275de7 (diff)
Add 'Select tracks/busses' & 'Deselect all' buttons to stem export
Add buttons to to select all tracks, select all busses and deselect all to the stem export channel selector.
Diffstat (limited to 'gtk2_ardour/export_channel_selector.h')
-rw-r--r--gtk2_ardour/export_channel_selector.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/export_channel_selector.h b/gtk2_ardour/export_channel_selector.h
index 2ed47b59d8..aa9999a9b6 100644
--- a/gtk2_ardour/export_channel_selector.h
+++ b/gtk2_ardour/export_channel_selector.h
@@ -266,6 +266,12 @@ class TrackExportChannelSelector : public ExportChannelSelector
Gtk::RadioButton::Group source_group;
Gtk::RadioButton region_contents_button;
Gtk::RadioButton track_output_button;
+ Gtk::Button select_tracks_button;
+ Gtk::Button select_busses_button;
+ Gtk::Button select_none_button;
+ void select_tracks ();
+ void select_busses ();
+ void select_none ();
};
#endif /* __export_channel_selector_h__ */