--- gigedit/trunk/src/gigedit/dimregionedit.h 2007/12/01 10:21:07 1533 +++ gigedit/trunk/src/gigedit/dimregionedit.h 2008/01/04 19:42:45 1623 @@ -1,5 +1,5 @@ /* -*- c++ -*- - * Copyright (C) 2006, 2007 Andreas Persson + * Copyright (C) 2006-2008 Andreas Persson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -148,6 +148,8 @@ ChoiceEntry eSampleLoopType; BoolEntry eSampleLoopInfinite; NumEntryTemp eSampleLoopPlayCount; + Gtk::Label* lEG2; + Gtk::Label* lLFO2; int rowno; int pageno; @@ -159,7 +161,7 @@ void addProp(LabelWidget& labelwidget); void addString(const char* labelText, Gtk::Label*& label, Gtk::Entry*& widget); - void addHeader(const char* text); + Gtk::Label* addHeader(const char* text); void nextPage(); void VCFEnabled_toggled();