add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / export_channel_selector.h
index aa9999a9b61099aadfd9141e9fcaff1bf372b281..d5607ef30b6567ac8904c8a2ac8e3b8258021f48 100644 (file)
@@ -236,6 +236,8 @@ class TrackExportChannelSelector : public ExportChannelSelector
 
        virtual void sync_with_manager ();
 
+       bool track_output () const { return track_output_button.get_active(); }
+
   private:
 
        void fill_list();
@@ -263,15 +265,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__ */