summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-08-04 14:49:27 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-08-04 14:49:46 -0500
commit3cbd73de498b2136c9821030c41d6861d71c29f1 (patch)
treec55372e12948b72457bd3d5c2e2f8059f85159ee /gtk2_ardour/export_channel_selector.h
parent2e8e23fac37776ebcfac45563ad438a8227d9e05 (diff)
(hopefully) less ambiguous wording of processed stem exports. Update the info text when checkbox state is changed
Diffstat (limited to 'gtk2_ardour/export_channel_selector.h')
-rw-r--r--gtk2_ardour/export_channel_selector.h6
1 files changed, 3 insertions, 3 deletions
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__ */