use filechooser widget in export dialog, selected files set format combos, hide progr...
[ardour.git] / gtk2_ardour / export_dialog.h
index 596467d3e1e0c2057844dc8a90e7a760e66926c9..d518f5ec8a8a7e007da5f59cddee77fc307a24de 100644 (file)
@@ -134,7 +134,7 @@ class ExportDialog : public ArdourDialog
 
        Gtk::Entry  file_entry;
        Gtk::HBox   file_hbox;
-       Gtk::Button file_browse_button;
+       Gtk::FileChooserWidget file_chooser;
 
        Gtk::Button* ok_button;
        Gtk::Button* cancel_button;
@@ -159,6 +159,7 @@ class ExportDialog : public ArdourDialog
        void bitdepth_chosen ();
        void sample_rate_chosen ();
        void cue_file_type_chosen();
+       void file_chooser_selection_changed();
 
        void fill_lists();
        void write_track_and_master_selection_to_spec();
@@ -171,8 +172,6 @@ class ExportDialog : public ArdourDialog
 
        void track_selector_button_click ();
 
-       void browse ();
-
        void set_state();
        void save_state();
 };