X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_channel_selector.h;h=6dd770cbb3a424772938905e1f4700b1e4ca24e9;hb=db3223478c914f5b9ef97343ae2f262d3e99f74b;hp=aa9999a9b61099aadfd9141e9fcaff1bf372b281;hpb=8b3c729f2647b78bad4f8c2852de08a8f1a09bab;p=ardour.git diff --git a/gtk2_ardour/export_channel_selector.h b/gtk2_ardour/export_channel_selector.h index aa9999a9b6..6dd770cbb3 100644 --- a/gtk2_ardour/export_channel_selector.h +++ b/gtk2_ardour/export_channel_selector.h @@ -263,15 +263,15 @@ class TrackExportChannelSelector : public ExportChannelSelector Gtk::ScrolledWindow track_scroller; Gtk::HBox options_box; - Gtk::RadioButton::Group source_group; - Gtk::RadioButton region_contents_button; - Gtk::RadioButton track_output_button; + Gtk::CheckButton 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 (); + + void track_outputs_selected (); }; #endif /* __export_channel_selector_h__ */