mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
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:
parent
8fed7470f5
commit
1b2fe7bf34
2 changed files with 76 additions and 178 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue