From 51ab5ccabf432540ca935065f6c6f40a96f42dad Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 26 Oct 2011 21:01:14 +0000 Subject: new ArdourButton class, to start to provide more control over how our buttons work and appear; use ArdourButtons for monitor, solo isolate and solo safe buttons, and in the processor box; don't save UI config file (canvas colors) to the user's home dir unless one or more parameters were modified by the user git-svn-id: svn://localhost/ardour2/branches/3.0@10311 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_ui.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'gtk2_ardour/route_ui.h') diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h index d6667a3eeb..e9d81451f6 100644 --- a/gtk2_ardour/route_ui.h +++ b/gtk2_ardour/route_ui.h @@ -47,7 +47,7 @@ namespace Gtk { } class BindableToggleButton; -class LED; +class ArdourButton; class RouteUI : public virtual AxisView { @@ -94,11 +94,13 @@ class RouteUI : public virtual AxisView BindableToggleButton* solo_button; BindableToggleButton* rec_enable_button; /* audio tracks */ BindableToggleButton* show_sends_button; /* busses */ - BindableToggleButton* monitor_input_button; - BindableToggleButton* monitor_disk_button; + ArdourButton* monitor_input_button; + ArdourButton* monitor_disk_button; - LED* solo_safe_led; - LED* solo_isolated_led; + Gtk::Image* solo_safe_image; + + ArdourButton* solo_safe_led; + ArdourButton* solo_isolated_led; Gtk::Label solo_button_label; Gtk::Label mute_button_label; -- cgit v1.2.3