summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-28 00:41:01 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-28 00:41:01 +0000
commitbc32e5b5eb2320e22f471317d3b1ebb9f8494514 (patch)
tree993170cfc190ded516e1a1e1507a8f0fda3f8bf0 /gtk2_ardour/editor_regions.h
parentc5bbca0cf560014e14d0d5863fb824952cb4908f (diff)
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
Diffstat (limited to 'gtk2_ardour/editor_regions.h')
-rw-r--r--gtk2_ardour/editor_regions.h4
1 files changed, 4 insertions, 0 deletions
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<ARDOUR::Region>, Gtk::TreeModel::Row const &, int);
bool selection_filter (const Glib::RefPtr<Gtk::TreeModel>& 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 *);