comparison lwlib/lwlib-Xm.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 /* The lwlib interface to Motif widgets.
2 Copyright (C) 1994, 2000, 2002, 2003, 2004,
3 2005 Free Software Foundation, Inc.
4 Copyright (C) 1992 Lucid, Inc.
5
6 This file is part of the Lucid Widget Library.
7
8 The Lucid Widget Library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 The Lucid Widget Library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING. If not, write to
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02110-1301, USA. */
22
1 #ifndef LWLIB_XM_H 23 #ifndef LWLIB_XM_H
2 #define LWLIB_XM_H 24 #define LWLIB_XM_H
3 25
4 #include "lwlib-int.h" 26 #include "lwlib-int.h"
5 27
36 58
37 void 59 void
38 xm_manage_resizing __P ((Widget w, Boolean flag)); 60 xm_manage_resizing __P ((Widget w, Boolean flag));
39 61
40 #endif /* LWLIB_XM_H */ 62 #endif /* LWLIB_XM_H */
63
64 /* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6
65 (do not change this comment) */