Mercurial > hg > xemacs-beta
comparison src/gtk-xemacs.h @ 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 |
comparison
equal
deleted
inserted
replaced
5117:3742ea8250b5 | 5118:e0db3c197671 |
---|---|
3 ** Description: A widget to encapsulate a XEmacs 'text widget' | 3 ** Description: A widget to encapsulate a XEmacs 'text widget' |
4 ** | 4 ** |
5 ** Created by: William M. Perry | 5 ** Created by: William M. Perry |
6 ** Copyright (c) 2000 William M. Perry <wmperry@gnu.org> | 6 ** Copyright (c) 2000 William M. Perry <wmperry@gnu.org> |
7 ** | 7 ** |
8 ** This file is part of XEmacs. | |
9 ** | |
10 ** XEmacs is free software; you can redistribute it and/or modify it | |
11 ** under the terms of the GNU General Public License as published by the | |
12 ** Free Software Foundation; either version 2, or (at your option) any | |
13 ** later version. | |
14 ** | |
15 ** XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
16 ** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
17 ** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
18 ** for more details. | |
19 ** | |
20 ** You should have received a copy of the GNU General Public License | |
21 ** along with XEmacs; see the file COPYING. If not, write to | |
22 ** the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, | |
23 ** Boston, MA 02111-1301, USA. */ | |
8 */ | 24 */ |
9 | 25 |
10 #ifndef __GTK_XEMACS_H__ | 26 #ifndef __GTK_XEMACS_H__ |
11 #define __GTK_XEMACS_H__ | 27 #define __GTK_XEMACS_H__ |
12 | 28 |