Index: demos/fd/buttons_gui.c =================================================================== RCS file: /cvsroot/xforms/xforms/demos/fd/buttons_gui.c,v retrieving revision 1.2 diff -u -p -r1.2 buttons_gui.c --- demos/fd/buttons_gui.c 24 Apr 2003 09:35:33 -0000 1.2 +++ demos/fd/buttons_gui.c 26 Nov 2003 13:27:38 -0000 @@ -1,28 +1,6 @@ -/* - * - * This file is part of XForms. - * - * XForms is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1, or - * (at your option) any later version. - * - * XForms 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with XForms; see the file COPYING. If not, write to - * the Free Software Foundation, 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. - * - */ - - /* Form definition file generated with fdesign. */ -#include "include/forms.h" +#include "forms.h" #include #include "buttons_gui.h" Index: demos/fd/buttons_gui.h =================================================================== RCS file: /cvsroot/xforms/xforms/demos/fd/buttons_gui.h,v retrieving revision 1.1 diff -u -p -r1.1 buttons_gui.h --- demos/fd/buttons_gui.h 6 Apr 2003 15:52:38 -0000 1.1 +++ demos/fd/buttons_gui.h 26 Nov 2003 13:27:38 -0000 @@ -1,37 +1,14 @@ -/* - * - * This file is part of XForms. - * - * XForms is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1, or - * (at your option) any later version. - * - * XForms 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with XForms; see the file COPYING. If not, write to - * the Free Software Foundation, 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. - * - */ - +/** Header file generated with fdesign on Wed Nov 26 14:25:19 2003.**/ #ifndef FD_buttform_h_ #define FD_buttform_h_ -/* Header file generated with fdesign. */ - -/**** Callback routines ****/ +/** Callbacks, globals and object handlers **/ extern void done_cb(FL_OBJECT *, long); extern void bw_cb(FL_OBJECT *, long); /**** Forms and Objects ****/ - typedef struct { FL_FORM *buttform; void *vdata;