Region pulse is no longer a property.
[ardour.git] / gtk2_ardour / ardour_ui.h
index c5e4010f0f51e1eeaf14198e8311cb3c5a092954..637cc117103242ac23f33bf86c064fb5ec475277 100644 (file)
@@ -219,6 +219,8 @@ public:
        void toggle_monitor_section_visibility ();
        void toggle_keep_tearoffs();
 
+       void reset_focus (Gtk::Widget*);
+
        static PublicEditor* _instance;
 
        /** Emitted frequently with the audible frame, false, and the edit point as
@@ -682,6 +684,7 @@ private:
 
        bool save_as_progress_update (float fraction, int64_t cnt, int64_t total, Gtk::Label* label, Gtk::ProgressBar* bar);
        void save_session_as ();
+       void archive_session ();
        void rename_session ();
 
        int         create_mixer ();
@@ -889,6 +892,7 @@ private:
        void step_down_through_tabs ();
 
        void escape ();
+       void close_current_dialog ();
        void pre_release_dialog ();
 };