From 56033fe65854ce6360288269a84ec55820c6f548 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 18 Feb 2009 09:35:06 +0000 Subject: creating routes from templates now properly chooses between track & bus; fix up glitches with add route dialog not displaying the template selection widgets; must remember to re-indent this stuff git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4620 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/add_route_dialog.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/add_route_dialog.h') diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h index 09500a2fbb..5da6e70b1a 100644 --- a/gtk2_ardour/add_route_dialog.h +++ b/gtk2_ardour/add_route_dialog.h @@ -65,7 +65,13 @@ class AddRouteDialog : public Gtk::Dialog void track_type_chosen (); void refill_track_templates (); - bool on_map_event (GdkEventAny*); + Gtk::HBox* hbox3; + Gtk::HBox* hbox9; + Gtk::HBox* hbox4; + + void reset_template_option_visibility (); + + void on_show (); }; #endif /* __gtk_ardour_add_route_dialog_h__ */ -- cgit v1.2.3