move metronome/click button into main transport section. icon needs some work to...
[ardour.git] / gtk2_ardour / export_dialog.h
index 73d11ecffdf983575ab49a8171fe9ba7f1f2a541..9507d8b2d9ab11657f115c6b65670443b92848f0 100644 (file)
@@ -93,6 +93,8 @@ class ExportDialog : public ArdourDialog {
 
        void init ();
 
+       void expanded_changed();
+
        void notify_errors ();
        void close_dialog ();
 
@@ -100,8 +102,7 @@ class ExportDialog : public ArdourDialog {
        void update_warnings_and_example_filename ();
        void show_conflicting_files ();
 
-       void export_rt ();
-       void export_fw ();
+       void do_export ();
 
        void show_progress ();
        gint progress_timeout ();
@@ -114,6 +115,9 @@ class ExportDialog : public ArdourDialog {
 
        /*** GUI components ***/
 
+       Glib::RefPtr<Gtk::SizeGroup> advanced_sizegroup;
+       Gtk::Expander * advanced;
+
        /* Warning area */
 
        Gtk::HBox           warn_hbox;
@@ -138,8 +142,7 @@ class ExportDialog : public ArdourDialog {
        /* Buttons */
 
        Gtk::Button *           cancel_button;
-       Gtk::Button *           rt_export_button;
-       Gtk::Button *           fast_export_button;
+       Gtk::Button *           export_button;
 
 };