plugin manager: filter-by-type really is filter-by-category, so fix the naming and...
[ardour.git] / gtk2_ardour / keyeditor.h
index 9fd129ca312c6757d3c6fd5a76afb4cd6f637bfe..085bfbb6d91da17b478ccefc2feca6395575214d 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <string>
 
+#include <gtkmm/buttonbox.h>
 #include <gtkmm/treeview.h>
 #include <gtkmm/treestore.h>
 #include <gtkmm/scrolledwindow.h>
@@ -39,6 +40,10 @@ class KeyEditor : public ArdourDialog
        Gtk::TreeView view;
        Glib::RefPtr<Gtk::TreeStore> model;
        KeyEditorColumns columns;
+       Gtk::Button unbind_button;
+       Gtk::HButtonBox unbind_box;
+
+       void unbind ();
 
        bool can_bind;
        guint last_state;