]> Pileus Git - ~andy/gtk/blob - gtk/gtkfeatures.h.in
bugfixes, cleanups and macro reduction, nothing major though ;)
[~andy/gtk] / gtk / gtkfeatures.h.in
1 /* GTK - The GIMP Toolkit
2  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19 #ifndef __GTK_FEATURES_H__
20 #define __GTK_FEATURES_H__
21
22
23 #ifdef __cplusplus
24 extern "C" {
25 #pragma }
26 #endif /* __cplusplus */
27
28
29 /* compile time version
30  */
31 #define GTK_MAJOR_VERSION                               (@GTK_MAJOR_VERSION@)
32 #define GTK_MINOR_VERSION                               (@GTK_MINOR_VERSION@)
33 #define GTK_MICRO_VERSION                               (@GTK_MICRO_VERSION@)
34
35 /* new gtk_container_set_focus_[hv]adjustment()
36  */
37 #define GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS            1-0-1
38
39 /* newly exported gtk_signal_init()
40  * new gtk_signal_n_emissions*()
41  * "signal-name" is now an alias for "signal_name"
42  * new gtk_signal_emitv*()
43  */
44 #define GTK_HAVE_SIGNAL_INIT                            1-0-2
45   
46
47
48 #ifdef __cplusplus
49 }
50 #endif /* __cplusplus */
51
52
53 #endif /* __GTK_FEATURES_H__ */