summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.h
diff options
context:
space:
mode:
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__ */