use ArdourButton for the (radio) buttons in the monitor section; fix ArdourButton, MonitorSection and CairoWidget to work with radio semantics

git-svn-id: svn://localhost/ardour2/branches/3.0@10430 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-03 21:35:20 +00:00
parent 712d7fd5e4
commit 708fb03e87
8 changed files with 91 additions and 26 deletions

View file

@ -104,10 +104,9 @@ class MonitorSection : public RouteUI
void solo_boost_changed ();
void gain_value_changed ();
Gtk::RadioButtonGroup solo_model_group;
Gtk::RadioButton solo_in_place_button;
Gtk::RadioButton afl_button;
Gtk::RadioButton pfl_button;
ArdourButton solo_in_place_button;
ArdourButton afl_button;
ArdourButton pfl_button;
Gtk::HBox solo_model_box;
void solo_use_in_place ();