Update codec-quality display when ExportFormat changes
[ardour.git] / gtk2_ardour / script_selector.h
index e7285807f7e8cf0df707ebfa3885ff19f7a07b50..f8f17f5c021033faf6b309731fadab5ef342c422 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#include <gtkmm.h>
+#include <gtkmm/button.h>
+#include <gtkmm/comboboxtext.h>
+#include <gtkmm/label.h>
+
 #include "ardour/luascripting.h"
 
 #include "ardour_dialog.h"
@@ -31,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;