label various spinners in the step editor
[ardour.git] / gtk2_ardour / keyeditor.h
index 9fd129ca312c6757d3c6fd5a76afb4cd6f637bfe..e7d2a3e9f7a3dc81bd73ea7f69ef4210cd45a0ed 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <string>
 
+#include <gtkmm/buttonbox.h>
 #include <gtkmm/treeview.h>
 #include <gtkmm/treestore.h>
 #include <gtkmm/scrolledwindow.h>
@@ -14,7 +15,7 @@ class KeyEditor : public ArdourDialog
 {
   public:
        KeyEditor ();
-       
+
   protected:
        void on_show ();
        void on_unmap ();
@@ -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;