summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-10 11:04:24 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-10 11:04:24 -0400
commitd324f67cce4530b4c57665210615ecdcaf46d979 (patch)
treede29a332322f5daa04bb8d003ff767a2e4b42b63 /gtk2_ardour/keyeditor.h
parent8859ebe56efb3a1be14ae464853ad7b9d2eec24d (diff)
add reset bindings button to key bindings editor
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 51cf1dc127..76e70f10ba 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -61,6 +61,9 @@ class KeyEditor : public ArdourWindow
KeyEditorColumns columns;
Gtk::Button unbind_button;
Gtk::HButtonBox unbind_box;
+ Gtk::HBox reset_box;
+ Gtk::Button reset_button;
+ Gtk::Label reset_label;
void unbind ();
@@ -69,6 +72,8 @@ class KeyEditor : public ArdourWindow
void action_selected ();
void populate ();
+
+ void reset ();
};
#endif /* __ardour_gtk_key_editor_h__ */