X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fkeyeditor.h;h=e7d2a3e9f7a3dc81bd73ea7f69ef4210cd45a0ed;hb=33e58df92c0b6731bdabe96f67bebad665c5d8da;hp=9fd129ca312c6757d3c6fd5a76afb4cd6f637bfe;hpb=df5cf878ce791175a67f35df0bac5958b8425b1b;p=ardour.git diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h index 9fd129ca31..e7d2a3e9f7 100644 --- a/gtk2_ardour/keyeditor.h +++ b/gtk2_ardour/keyeditor.h @@ -3,6 +3,7 @@ #include +#include #include #include #include @@ -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 model; KeyEditorColumns columns; + Gtk::Button unbind_button; + Gtk::HButtonBox unbind_box; + + void unbind (); bool can_bind; guint last_state;