X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpublic_editor.cc;h=1b8b5c480155da25b1522fab64bb3221c564b078;hb=6e0330a304e06311502f82ac1ebc969121695aa5;hp=6797119a1f2e0eafa416a8258baf7c8212566aac;hpb=90f3128d73bc32288d8ce99e81255ea02f54ffbc;p=ardour.git diff --git a/gtk2_ardour/public_editor.cc b/gtk2_ardour/public_editor.cc index 6797119a1f..1b8b5c4801 100644 --- a/gtk2_ardour/public_editor.cc +++ b/gtk2_ardour/public_editor.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,13 +22,18 @@ PublicEditor* PublicEditor::_instance = 0; -/** PublicEditor constructor */ +const int PublicEditor::window_border_width = 12; +const int PublicEditor::container_border_width = 12; +const int PublicEditor::vertical_spacing = 6; +const int PublicEditor::horizontal_spacing = 6; + +sigc::signal PublicEditor::DropDownKeys; + PublicEditor::PublicEditor () : Window (Gtk::WINDOW_TOPLEVEL) { } -/** PublicEditor destructor */ PublicEditor::~PublicEditor() { }