X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fkeyeditor.h;h=a5662333ce2e5e2a115a47fe68c563595bba6d20;hb=eed6d13b60ccba041ad710798832efa86ae39d12;hp=5e15368069f0661ccfff7babde23613082d3a321;hpb=55fb20f4912e74d71c3e6c171d916d09fbe8eeda;p=ardour.git 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 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__ */