summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-18 13:10:08 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-18 13:10:08 +0000
commitaf5b9f92a52f08d154ad84c60c61823cb45b62db (patch)
tree7dd95f16010440218d6320efc7b05ff47e8b5218 /gtk2_ardour/port_matrix.h
parent000802d23f3ccf0eccb8681716cce228106b753c (diff)
Various tweaks to the port matrix.
git-svn-id: svn://localhost/ardour2/branches/3.0@5380 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index 666a55da04..4d103bf369 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -110,6 +110,8 @@ public:
void setup_all_ports ();
std::pair<uint32_t, uint32_t> max_size () const;
+ void setup_max_size ();
+ sigc::signal<void> MaxSizeChanged;
/** @param c Channels; where c[0] is from _ports[0] and c[1] is from _ports[1].
* @param s New state.
@@ -160,8 +162,6 @@ private:
void hide_group (boost::weak_ptr<PortGroup>);
void show_group (boost::weak_ptr<PortGroup>);
void toggle_show_only_bundles ();
- void on_realize ();
- void on_unrealize ();
/// port type that we are working with
ARDOUR::DataType _type;