new style for Gtk::Entry widgets
[ardour.git] / gtk2_ardour / editor_regions.h
index 6a37595bd33d925cb55589be2f5f408596c1ac24..76c742aa11d75571243cc8d9cae0d0504a1698af 100644 (file)
@@ -68,7 +68,7 @@ public:
                _display.get_selection()->unselect_all ();
        }
 
-       void delete_unused_regions();
+       void remove_unused_regions ();
 
        XMLNode& get_state () const;
        void set_state (const XMLNode &);
@@ -149,7 +149,7 @@ private:
 
        int sorter (Gtk::TreeModel::iterator, Gtk::TreeModel::iterator);
 
-        void format_position (ARDOUR::framepos_t pos, char* buf, size_t bufsize);
+        void format_position (ARDOUR::framepos_t pos, char* buf, size_t bufsize, bool onoff = true);
 
        void add_region (boost::shared_ptr<ARDOUR::Region>);
 
@@ -182,7 +182,7 @@ private:
 
        Glib::RefPtr<Gtk::Action> hide_action () const;
        Glib::RefPtr<Gtk::Action> show_action () const;
-       Glib::RefPtr<Gtk::Action> delete_unused_regions_action() const;
+       Glib::RefPtr<Gtk::Action> remove_unused_regions_action () const;
        Glib::RefPtr<Gtk::ToggleAction> toggle_full_action () const;
        Glib::RefPtr<Gtk::ToggleAction> toggle_show_auto_regions_action () const;