X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_channel_selector.h;h=aa9999a9b61099aadfd9141e9fcaff1bf372b281;hb=5e7d9d30e28e8022661497244ccd43a1f5a836c6;hp=2ed47b59d872021d8b5b6de2b56fd920c5027aa9;hpb=2c28a053b48dc912c80fcc527787cf2d26cdfd5e;p=ardour.git 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__ */