summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-11 17:24:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-11 17:24:05 +0000
commit702cca1c93fe3a8c142380cba724823ff7a1f26b (patch)
tree90356085ddc108a91dda3d1ca3a57c70c117deb3 /gtk2_ardour/route_time_axis.h
parent84bb14efdc07b5c6a18f02aa61d46bbf76c4a077 (diff)
extra track header buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10550 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 6ace603538..da64b23498 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -38,6 +38,7 @@
#include "ardour/playlist.h"
#include "ardour/types.h"
+#include "ardour_button.h"
#include "ardour_dialog.h"
#include "route_ui.h"
#include "enums.h"
@@ -254,10 +255,9 @@ protected:
Gtk::HBox other_button_hbox;
Gtk::Table button_table;
- Gtk::Button processor_button;
- Gtk::Button route_group_button;
- Gtk::Button playlist_button;
- Gtk::Button automation_button;
+ ArdourButton route_group_button;
+ ArdourButton playlist_button;
+ ArdourButton automation_button;
Gtk::Menu subplugin_menu;
Gtk::Menu* automation_action_menu;