]> Pileus Git - ~andy/gtk/blob - gtk/gtkfeatures.h.in
d88d04fd3ea5f649b20da51aa44fea28c7eda1c1
[~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 #define GTK_BINARY_AGE                                  (@GTK_BINARY_AGE@)
35 #define GTK_INTERFACE_AGE                               (@GTK_INTERFACE_AGE@)
36
37 /* new gtk_container_set_focus_[hv]adjustment()
38  */
39 #define GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS            1-0-1
40
41 /* newly exported gtk_signal_init()
42  * new gtk_signal_n_emissions*()
43  * "signal-name" is now an alias for "signal_name"
44  * new gtk_signal_emitv*()
45  */
46 #define GTK_HAVE_SIGNAL_INIT                            1-0-2
47   
48 /* Gtk+ 1.1.0 version tag.
49  * - new gtk_rc_set_image_loader () to install custom image loaders for rc
50  *   files.
51  * - GtkAccel groups replaced GtkAcceleratorTables
52  * - Gdk supports full crossing event now.
53  * - Buttons featur relief styles now.
54  * - gdk_rgb_*() functions are in place.
55  * - stringified enum values can be queried for enum types now.
56  * - new key binding system is in place (GtkBindingSet).
57  * - simple algorithm for pattern matching is expoted now (GtkPatternSpec).
58  */
59 #define GTK_HAVE_FEATURES_1_1_0                         1-1-0
60
61
62
63 #ifdef __cplusplus
64 }
65 #endif /* __cplusplus */
66
67
68 #endif /* __GTK_FEATURES_H__ */