From bc32e5b5eb2320e22f471317d3b1ebb9f8494514 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 28 Jun 2010 00:41:01 +0000 Subject: Make the L,G,M and O buttons in the region list respond to clicks. Fixes #3252. git-svn-id: svn://localhost/ardour2/branches/3.0@7307 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_regions.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/editor_regions.h') diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h index c9d5ddf6f5..d7f5d7490b 100644 --- a/gtk2_ardour/editor_regions.h +++ b/gtk2_ardour/editor_regions.h @@ -109,6 +109,10 @@ private: 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 &); bool key_press (GdkEventKey *); bool button_press (GdkEventButton *); -- cgit v1.2.3