summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-21 21:50:29 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-21 21:50:29 +0000
commitfa1e12b682e66ef6eb30de9aaad7ac919eb10634 (patch)
tree475105ababa9be82bef9957a7de3574621d01d08 /gtk2_ardour/port_matrix.h
parent451a03d68a2a2b62753413a6bb06c0bbaa25fff7 (diff)
Slightly hacky improvement to embolden the labels of
connection matrix tabs when they have connections. git-svn-id: svn://localhost/ardour2/branches/3.0@12371 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index be276c0484..5614293e45 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -198,6 +198,7 @@ private:
void add_remove_option (Gtk::Menu_Helpers::MenuList &, boost::weak_ptr<ARDOUR::Bundle>, int);
void add_disassociate_option (Gtk::Menu_Helpers::MenuList &, boost::weak_ptr<ARDOUR::Bundle>, int, int);
void port_connected_or_disconnected ();
+ void update_tab_highlighting ();
Gtk::Window* _parent;