X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fkeyeditor.h;h=51cf1dc127ea147890b5560e6071759aa9bfbde2;hb=e36f74e071d4c14862d23da5ff0d49df0940d536;hp=1fc3c4415596e172c7018ce19572e34dec902617;hpb=05283a63398fd7a563480a76802e6b2c2ad2e404;p=ardour.git diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h index 1fc3c44155..51cf1dc127 100644 --- a/gtk2_ardour/keyeditor.h +++ b/gtk2_ardour/keyeditor.h @@ -1,3 +1,22 @@ +/* + Copyright (C) 2012 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + #ifndef __ardour_gtk_key_editor_h__ #define __ardour_gtk_key_editor_h__ @@ -35,6 +54,7 @@ class KeyEditor : public ArdourWindow Gtk::TreeModelColumn bindable; }; + Gtk::VBox vpacker; Gtk::ScrolledWindow scroller; Gtk::TreeView view; Glib::RefPtr model;