summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-21 09:30:24 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:44 -0400
commiteaddf752c7106d33bf6730a591c10705a46ba172 (patch)
tree7ccac90f55268bec960102d3233ec78168dc41cd /gtk2_ardour/keyeditor.h
parent405fda66f708e61a933d88a3889916b6488cd9da (diff)
hacked up incomplete use of print-key-bindings-as-html
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h
index 5e15368069..a5662333ce 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -107,6 +107,7 @@ class KeyEditor : public ArdourWindow
Gtk::Label reset_label;
Gtkmm2ext::SearchBar filter_entry;
std::string filter_string;
+ Gtk::Button print_button;
typedef std::vector<Tab*> Tabs;
@@ -122,6 +123,7 @@ class KeyEditor : public ArdourWindow
Gtk::SortType sort_type;
void toggle_sort_type ();
void search_string_updated (const std::string&);
+ void print () const;
};
#endif /* __ardour_gtk_key_editor_h__ */