summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-24 22:20:44 +0200
committerRobin Gareus <robin@gareus.org>2016-04-24 22:20:44 +0200
commit55fb20f4912e74d71c3e6c171d916d09fbe8eeda (patch)
tree946516c0d1216feb45d67fc4f674dfac526017ee /gtk2_ardour/keyeditor.h
parentfde99e68f7381847a126772ef929eff63e20f827 (diff)
update keyeditor when action label changes
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h
index 91834c4dea..5e15368069 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -43,6 +43,8 @@ class KeyEditor : public ArdourWindow
void add_tab (std::string const &name, Gtkmm2ext::Bindings&);
void remove_tab (std::string const &name);
+ static sigc::signal<void> UpdateBindings;
+
private:
class Tab : public Gtk::VBox
{
@@ -113,6 +115,7 @@ class KeyEditor : public ArdourWindow
void unbind ();
void reset ();
+ void refresh ();
void page_change (GtkNotebookPage*, guint);
unsigned int sort_column;