bump required version of GTK, SLV2; basic fixups so that the new port-matrix io-selector actually shows up, even if its ugly and not working correctly

git-svn-id: svn://localhost/ardour2/branches/3.0@4322 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-12-14 09:35:23 +00:00
parent 7b5e8bf0f7
commit 18d6284438
6 changed files with 91 additions and 20 deletions

View file

@ -59,6 +59,7 @@ class Matrix : public Gtk::EventBox
void remove_group (PortGroup&);
void hide_group (PortGroup&);
void show_group (PortGroup&);
void clear ();
int row_spacing () const { return xstep; }