summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-02-18 09:35:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-02-18 09:35:06 +0000
commit56033fe65854ce6360288269a84ec55820c6f548 (patch)
tree4d1799d4f954a0f1a742b7a65d5c22613962071a /gtk2_ardour/add_route_dialog.h
parent45302a85874693e6844a690bb4404994ddefc181 (diff)
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
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h8
1 files changed, 7 insertions, 1 deletions
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__ */