]> Pileus Git - ~andy/gtk/blob - gtk/gtkfeatures.h.in
new file used as template for new file to define macros indicating newly
[~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 /* compile time version
29  */
30 #define GTK_MAJOR_VERSION                               (@GTK_MAJOR_VERSION@)
31 #define GTK_MINOR_VERSION                               (@GTK_MAJOR_VERSION@)
32 #define GTK_MICRO_VERSION                               (@GTK_MICRO_VERSION@)
33
34 /* new functions gtk_container_set_focus_vadjustment() and
35  * gtk_container_set_focus_hadjustment().
36  */
37 #define GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS            1-0-1
38
39 /* from now on we export the gtk_signal_init() function
40  */
41 #define GTK_HAVE_SIGNAL_INIT                            1-1-0
42
43 /* we have a new gtk_signal_emitv*() interface
44  */
45 #define GTK_HAVE_SIGNAL_EMITV                           1-1-0
46
47 /* "signal-name" is now an alias for "signal_name"
48  */
49 #define GTK_HAVE_SIGNAL_LISP_SYNTAX                     1-1-0
50   
51
52
53 #ifdef __cplusplus
54 }
55 #endif /* __cplusplus */
56
57
58 #endif /* __GTK_FEATURES_H__ */