summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-02-10 15:45:06 +0000
committerCarl Hetherington <carl@carlh.net>2009-02-10 15:45:06 +0000
commiteef922383510830de4efa8a3096fce011b2e6b9f (patch)
tree0a15339dbe5d1714dcda2ef88216924e64fba05a /gtk2_ardour/global_port_matrix.h
parentd9b7f2f2457c8c58e8b248d14f850db60df2382c (diff)
Add a rescan button.
git-svn-id: svn://localhost/ardour2/branches/3.0@4519 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/global_port_matrix.h')
-rw-r--r--gtk2_ardour/global_port_matrix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h
index cb402fc3cf..db742252ad 100644
--- a/gtk2_ardour/global_port_matrix.h
+++ b/gtk2_ardour/global_port_matrix.h
@@ -20,6 +20,7 @@
#ifndef __ardour_gtk_global_port_matrix_h__
#define __ardour_gtk_global_port_matrix_h__
+#include <gtkmm/button.h>
#include "port_matrix.h"
#include "port_group.h"
#include "ardour_dialog.h"
@@ -62,7 +63,10 @@ public:
GlobalPortMatrixWindow (ARDOUR::Session&, ARDOUR::DataType);
private:
+ void rescan ();
+
GlobalPortMatrix _port_matrix;
+ Gtk::Button _rescan_button;
};