X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_time_axis.h;h=eb1a212d0e0ec0a05b0b72759e863cc76e69423a;hb=f97091105ddab0d78a73b67789a7a8a17101b329;hp=6ace6035387c2db2f2e1640e5303405bb54d0970;hpb=3b018f69028bf1c2701a28dad38352fbbdb8f070;p=ardour.git diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h index 6ace603538..eb1a212d0e 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; @@ -306,6 +306,10 @@ protected: UnderlayMirrorList _underlay_mirrors; bool _ignore_track_mode_change; ///< true to ignore track mode change signals + +private: + + void remove_child (boost::shared_ptr); }; #endif /* __ardour_route_time_axis_h__ */