summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas_vars.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-03 21:35:20 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-03 21:35:20 +0000
commit708fb03e87676d4fb125e0d78bd297e705a8e735 (patch)
treeb105af80b058dc77f9577385a9a07f00888e1bef /gtk2_ardour/canvas_vars.h
parent712d7fd5e4e58af842f33408904b3936647ef0c3 (diff)
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
Diffstat (limited to 'gtk2_ardour/canvas_vars.h')
-rw-r--r--gtk2_ardour/canvas_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/canvas_vars.h b/gtk2_ardour/canvas_vars.h
index d25f32af9b..71418e9b23 100644
--- a/gtk2_ardour/canvas_vars.h
+++ b/gtk2_ardour/canvas_vars.h
@@ -167,6 +167,7 @@ BUTTON_VARS(MonitorSectionDimButton, "monitor section dim")
BUTTON_VARS(MonitorSectionSoloButton, "monitor section solo")
BUTTON_VARS(MonitorSectionInvertButton, "monitor section invert")
BUTTON_VARS(MonitorSectionMonoButton, "monitor section mono")
+BUTTON_VARS(MonitorSectionSoloModelButton, "monitor section solo model")
BUTTON_VARS(MonitorSectionSoloOverrideButton, "monitor solo override")
BUTTON_VARS(MonitorSectionSoloExclusiveButton, "monitor solo exclusive")
BUTTON_VARS(RudeSolo, "rude solo")