summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-22 21:49:43 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-22 21:49:43 +0000
commit16f18f18790ec85e4f9458bfb42df5c46a902ff6 (patch)
tree2b06f2c9024a5fb6b1bbdc7454552adf89c5e30b /gtk2_ardour/add_route_dialog.h
parent5b7ed60dabd75876e6c260dbc6a1cf56fb3d9a82 (diff)
Allow new route group to be created from within the dialog.
git-svn-id: svn://localhost/ardour2/branches/3.0@5248 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 1221b64ba4..db906a9b2b 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -62,6 +62,7 @@ class AddRouteDialog : public Gtk::Dialog
Gtk::ComboBoxText channel_combo;
Gtk::ComboBoxText track_mode_combo;
Gtk::ComboBoxText route_group_combo;
+ Gtk::Button new_route_group_button;
std::vector<ARDOUR::TemplateInfo> route_templates;
@@ -69,6 +70,7 @@ class AddRouteDialog : public Gtk::Dialog
void refill_channel_setups ();
void refill_route_groups ();
void add_route_group (ARDOUR::RouteGroup *);
+ void new_route_group ();
void reset_template_option_visibility ();