X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpublic_editor.cc;h=6ac0ba358b9bc116ff020e9d90f210ca858c7f26;hb=af2ee3c8564c7d60cadb130b8c7ad1f4cddd2216;hp=3955083c70b2bd9ea4e4d445a5f6f0daffed29f3;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc index 3955083c70..6ac0ba358b 100644 --- a/gtk2_ardour/public_editor.cc +++ b/gtk2_ardour/public_editor.cc @@ -18,7 +18,8 @@ */ #include "public_editor.h" -#include "editor.h" + +#include "pbd/i18n.h" PublicEditor* PublicEditor::_instance = 0; @@ -27,8 +28,11 @@ const int PublicEditor::container_border_width = 12; const int PublicEditor::vertical_spacing = 6; const int PublicEditor::horizontal_spacing = 6; -PublicEditor::PublicEditor () - : Window (Gtk::WINDOW_TOPLEVEL) +sigc::signal PublicEditor::DropDownKeys; + +PublicEditor::PublicEditor (Gtk::Widget& content) + : Tabbable (content, _("Editor")) + , _suspend_route_redisplay_counter (0) { }