summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-28 17:58:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-28 17:58:15 +0000
commita296820cafc1745542bb5371f2613b283efa8a73 (patch)
tree816fed324c0e0c28a5400185b50a5c6ea604c8d7 /gtk2_ardour/route_ui.h
parenteee1151e555a268d78d76807330ba990b479338b (diff)
convert all mixer strip buttons to ArdourButton; not entirely finished because colors in the name and comments buttons don't work as intended - needs a bit of thinking
git-svn-id: svn://localhost/ardour2/branches/3.0@10830 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 1240de8716..9420e4aa59 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -271,12 +271,12 @@ class RouteUI : public virtual AxisView
void setup_invert_buttons ();
void set_invert_button_state ();
- void invert_toggled (uint32_t, BindableToggleButton *);
+ void invert_toggled (uint32_t, ArdourButton *);
void invert_menu_toggled (uint32_t);
bool invert_press (GdkEventButton *);
int _i_am_the_modifier;
- std::list<BindableToggleButton*> _invert_buttons;
+ std::list<ArdourButton*> _invert_buttons;
Gtk::Menu* _invert_menu;
static void set_showing_sends_to (boost::shared_ptr<ARDOUR::Route>);