summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-15 16:42:45 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-03-15 16:42:45 -0400
commitf83a7f4131214e74ccc06bc2dab28da3d4e49302 (patch)
tree0093410e62fe3b53214b129c91ed6a5146eb5886 /gtk2_ardour/keyeditor.h
parent89ba1c9edd12f30a298a45bcef99b04c4b8852b1 (diff)
extend API of key binding editor to allow for tab removal
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h
index 1c90269875..d9b8ed9768 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -41,6 +41,7 @@ class KeyEditor : public ArdourWindow
KeyEditor ();
void add_tab (std::string const &name, Gtkmm2ext::Bindings&);
+ void remove_tab (std::string const &name);
private:
class Tab : public Gtk::VBox