summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-08 14:22:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-08 14:22:18 +0000
commita3f4c2def914c57448c5c0f978f243189e40b00b (patch)
tree88f3a0776072a20fc90fce833b2b6adab26c185e /gtk2_ardour/keyeditor.h
parent794b9debc4a70b57b806cc517ba30ccfa16cbae2 (diff)
add remove binding button to key binding editor; change progress bar in stretch dialog to better reflect study/stretch split
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2841 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h
index 9fd129ca31..085bfbb6d9 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -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;