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

@ -70,6 +70,7 @@ class PortMatrix : public Gtk::VBox {
protected:
bool _offer_inputs;
void set_ports (const std::list<std::string>&);
private:
PortGroupList _port_group_list;