Update export dialog to match the new fancy one from 2.0-ongoing.

git-svn-id: svn://localhost/ardour2/branches/3.0@3082 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2008-02-17 23:12:35 +00:00
parent 8fed7470f5
commit 1b2fe7bf34
2 changed files with 76 additions and 178 deletions

View file

@ -134,7 +134,7 @@ class ExportDialog : public ArdourDialog
Gtk::Entry file_entry;
Gtk::HBox file_hbox;
Gtk::FileChooserWidget file_chooser;
Gtk::Button file_browse_button;
Gtk::Button* ok_button;
Gtk::Button* cancel_button;
@ -159,7 +159,6 @@ 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();
@ -172,6 +171,8 @@ class ExportDialog : public ArdourDialog
void track_selector_button_click ();
void browse ();
void set_state();
void save_state();
};