Add route group property to share route active state (#3703)

git-svn-id: svn://localhost/ardour2/branches/3.0@8497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-10 23:37:34 +00:00
parent c482638aa6
commit 648035dba9
8 changed files with 38 additions and 7 deletions

View file

@ -46,6 +46,7 @@ private:
Gtk::CheckButton _rec_enable;
Gtk::CheckButton _select;
Gtk::CheckButton _edit;
Gtk::CheckButton _route_active;
Gtk::Button* _ok;
void gain_toggled ();