From 1b2fe7bf34f1e05ab4e3975ac91aeda28a4d11d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Feb 2008 23:12:35 +0000 Subject: 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 --- gtk2_ardour/export_dialog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/export_dialog.h') diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h index d518f5ec8a..596467d3e1 100644 --- a/gtk2_ardour/export_dialog.h +++ b/gtk2_ardour/export_dialog.h @@ -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(); }; -- cgit v1.2.3