some fixes/improvements for track selection; add upload target to manual makefile...
[ardour.git] / gtk2_ardour / add_route_dialog.h
index 759f3208b3e31fb0b189676cfe4bf141d242fb2c..28d8916985b4c5ac3aafd5144c5b6b5dd07bdab1 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <gtkmm/entry.h>
 #include <gtkmm/dialog.h>
+#include <gtkmm/frame.h>
 #include <gtkmm/radiobutton.h>
 #include <gtkmm/adjustment.h>
 #include <gtkmm/spinbutton.h>
@@ -33,6 +34,8 @@ class AddRouteDialog : public Gtk::Dialog
        Gtk::SpinButton routes_spinner;
        Gtk::ComboBoxText channel_combo;
        Gtk::ComboBoxText track_mode_combo;
+       Gtk::Frame aframe;
+       Gtk::Frame ccframe;
 
        void track_type_chosen ();
 };