summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-02 19:51:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-02 19:51:59 +0000
commitbcac4f1c96c6c5d67a145c38d2cb56429f0040da (patch)
tree8bf82c292fed9a6cbe6df9a014c49b1d996595df /gtk2_ardour/route_ui.h
parent11fdd6cd18a754ab39bf64965570bad932904e47 (diff)
rec-enable buttons are now ArdourButtons, but with a minor graphical glitch that will be solved/fixed soon-ish
git-svn-id: svn://localhost/ardour2/branches/3.0@10402 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index a14437b0bf..82b19c7b73 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -94,7 +94,7 @@ class RouteUI : public virtual AxisView
Gtk::HBox _invert_button_box;
ArdourButton* mute_button;
ArdourButton* solo_button;
- BindableToggleButton* rec_enable_button; /* audio tracks */
+ ArdourButton* rec_enable_button; /* audio tracks */
ArdourButton* show_sends_button; /* busses */
ArdourButton* monitor_input_button;
ArdourButton* monitor_disk_button;
@@ -104,16 +104,12 @@ class RouteUI : public virtual AxisView
ArdourButton* solo_safe_led;
ArdourButton* solo_isolated_led;
- Gtk::Label rec_enable_button_label;
Gtk::Label monitor_input_button_label;
Gtk::Label monitor_disk_button_label;
void send_blink (bool);
sigc::connection send_blink_connection;
- virtual std::string solo_button_name () const { return "SoloButton"; }
- virtual std::string safe_solo_button_name () const { return "SafeSoloButton"; }
-
Gtk::Menu* mute_menu;
Gtk::Menu* solo_menu;
Gtk::Menu* sends_menu;