Put the sidechain ports into a dedicated tab in PortMatrix
[ardour.git] / gtk2_ardour / script_selector.h
index 54c26ee2271fb5c2fe7cbf7dda644ffa90212e44..f8f17f5c021033faf6b309731fadab5ef342c422 100644 (file)
@@ -34,11 +34,14 @@ private:
        void setup_list ();
        void refresh ();
        void script_combo_changed ();
-
+       bool script_separator (const Glib::RefPtr<Gtk::TreeModel> &, const Gtk::TreeModel::iterator &i);
+       
        Gtk::Button* _add;
        Gtk::ComboBoxText _script_combo;
 
+       Gtk::Label  _type_label;
        Gtk::Label  _type;
+       Gtk::Label  _author_label;
        Gtk::Label  _author;
        Gtk::Label  _description;