summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
committerCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
commit3f6ec53ba3f30d4dc8ceeb0b44752eec0d4a2d21 (patch)
tree5873be33e533ac4b25ed7a27869373a145106576 /gtk2_ardour/editor_route_groups.h
parent6ab6ad5bb732512d04593b1a5d566d5e787d45ed (diff)
Tidy up style of a few toggle buttons (#4319).
git-svn-id: svn://localhost/ardour2/branches/3.0@10097 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.h')
-rw-r--r--gtk2_ardour/editor_route_groups.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_route_groups.h b/gtk2_ardour/editor_route_groups.h
index ea3a7f2b85..e413565e35 100644
--- a/gtk2_ardour/editor_route_groups.h
+++ b/gtk2_ardour/editor_route_groups.h
@@ -17,6 +17,7 @@
*/
+#include "gtkmm2ext/stateful_button.h"
#include "editor_component.h"
class EditorRouteGroups : public EditorComponent, public ARDOUR::SessionHandlePtr
@@ -31,7 +32,7 @@ public:
}
void clear ();
- Gtk::ToggleButton& all_group_active_button() { return _all_group_active_button; }
+ Gtkmm2ext::StatefulToggleButton& all_group_active_button() { return _all_group_active_button; }
private:
@@ -84,7 +85,7 @@ private:
Gtk::TreeView _display;
Gtk::ScrolledWindow _scroller;
Gtk::VBox _display_packer;
- Gtk::ToggleButton _all_group_active_button;
+ Gtkmm2ext::StatefulToggleButton _all_group_active_button;
bool _in_row_change;
bool _in_rebuild;
PBD::ScopedConnectionList _property_changed_connections;