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
This commit is contained in:
Carl Hetherington 2009-06-22 21:49:43 +00:00
parent 5b7ed60dab
commit 16f18f1879
2 changed files with 26 additions and 3 deletions

View file

@ -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 ();