comparison src/gtk-glue.c @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents db7068430402
children b3ce27ca7647 304aebb79cd3
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
1 /*
2 This file is part of XEmacs.
3
4 XEmacs is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 2, or (at your option) any
7 later version.
8
9 XEmacs is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with XEmacs; see the file COPYING. If not, write to
16 the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
17 Boston, MA 02111-1301, USA. */
18
1 GtkType GTK_TYPE_ARRAY = 0; 19 GtkType GTK_TYPE_ARRAY = 0;
2 GtkType GTK_TYPE_STRING_ARRAY = 0; 20 GtkType GTK_TYPE_STRING_ARRAY = 0;
3 GtkType GTK_TYPE_FLOAT_ARRAY = 0; 21 GtkType GTK_TYPE_FLOAT_ARRAY = 0;
4 GtkType GTK_TYPE_INT_ARRAY = 0; 22 GtkType GTK_TYPE_INT_ARRAY = 0;
5 GtkType GTK_TYPE_LISTOF = 0; 23 GtkType GTK_TYPE_LISTOF = 0;