From da8eec7a8311295ee91308eca9fae2146385c512 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 14 Sep 2010 16:51:02 +0000 Subject: remove Glib::ustring from gtk2_ardour git-svn-id: svn://localhost/ardour2/branches/3.0@7774 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_regions.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'gtk2_ardour/editor_regions.h') diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h index 4ccb91588b..c4b5c8f3f1 100644 --- a/gtk2_ardour/editor_regions.h +++ b/gtk2_ardour/editor_regions.h @@ -85,21 +85,21 @@ private: add (property_toggles_visible); } - Gtk::TreeModelColumn name; + Gtk::TreeModelColumn name; Gtk::TreeModelColumn > region; Gtk::TreeModelColumn color_; - Gtk::TreeModelColumn start; - Gtk::TreeModelColumn end; - Gtk::TreeModelColumn length; - Gtk::TreeModelColumn sync; - Gtk::TreeModelColumn fadein; - Gtk::TreeModelColumn fadeout; + Gtk::TreeModelColumn start; + Gtk::TreeModelColumn end; + Gtk::TreeModelColumn length; + Gtk::TreeModelColumn sync; + Gtk::TreeModelColumn fadein; + Gtk::TreeModelColumn fadeout; Gtk::TreeModelColumn locked; Gtk::TreeModelColumn glued; Gtk::TreeModelColumn muted; Gtk::TreeModelColumn opaque; - Gtk::TreeModelColumn used; - Gtk::TreeModelColumn path; + Gtk::TreeModelColumn used; + Gtk::TreeModelColumn path; /** used to indicate whether the locked/glued/muted/opaque should be visible or not */ Gtk::TreeModelColumn property_toggles_visible; }; @@ -111,11 +111,11 @@ private: sigc::connection _change_connection; bool set_selected_in_subrow (boost::shared_ptr, Gtk::TreeModel::Row const &, int); bool selection_filter (const Glib::RefPtr& model, const Gtk::TreeModel::Path& path, bool yn); - void name_edit (const Glib::ustring&, const Glib::ustring&); - void locked_changed (Glib::ustring const &); - void glued_changed (Glib::ustring const &); - void muted_changed (Glib::ustring const &); - void opaque_changed (Glib::ustring const &); + void name_edit (const std::string&, const std::string&); + void locked_changed (std::string const &); + void glued_changed (std::string const &); + void muted_changed (std::string const &); + void opaque_changed (std::string const &); bool key_press (GdkEventKey *); bool button_press (GdkEventButton *); -- cgit v1.2.3