]> Pileus Git - ~andy/gtk/blob - gtk/gtkfeatures.h.win32
Check for lstat.
[~andy/gtk] / gtk / gtkfeatures.h.win32
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 #endif /* __cplusplus */
26
27
28 /* compile time version
29  */
30 #define GTK_MAJOR_VERSION                               (1)
31 #define GTK_MINOR_VERSION                               (3)
32 #define GTK_MICRO_VERSION                               (0)
33 #define GTK_BINARY_AGE                                  (0)
34 #define GTK_INTERFACE_AGE                               (0)
35
36 /* new gtk_container_set_focus_[hv]adjustment()
37  */
38 #define GTK_HAVE_CONTAINER_FOCUS_ADJUSTMENTS            1-0-1
39
40 /* newly exported gtk_signal_init()
41  * new gtk_signal_n_emissions*()
42  * "signal-name" is now an alias for "signal_name"
43  * new gtk_signal_emitv*()
44  */
45 #define GTK_HAVE_SIGNAL_INIT                            1-0-2
46   
47 /* Gtk+ 1.1.0 version tag.
48  * - new gtk_rc_set_image_loader () to install custom image loaders for rc
49  *   files.
50  * - GtkAccel groups replaced GtkAcceleratorTables
51  * - Gdk supports full crossing event now.
52  * - Buttons featur relief styles now.
53  * - gdk_rgb_*() functions are in place.
54  * - stringified enum values can be queried for enum types now.
55  * - new key binding system is in place (GtkBindingSet).
56  * - simple algorithm for pattern matching is exported now (GtkPatternSpec).
57  */
58 #define GTK_HAVE_FEATURES_1_1_0                         1-1-0
59
60 /* Gtk+ 1.1.2 version tag
61  * - ctree function name changes
62  */
63 #define GTK_HAVE_FEATURES_1_1_2                         1-1-2
64
65 /* Gtk+ 1.1.4 version tag
66  * - clist v/hscrollbar -> v/hadjustment changes
67  */
68 #define GTK_HAVE_FEATURES_1_1_4                         1-1-4
69
70 /* Gtk+ 1.1.5 version tag
71  */
72 #define GTK_HAVE_FEATURES_1_1_5                         1-1-5
73
74 /* Gtk+ 1.1.6 version tag
75  */
76 #define GTK_HAVE_FEATURES_1_1_6                         1-1-6
77
78 /* Gtk+ 1.1.7 version tag
79  */
80 #define GTK_HAVE_FEATURES_1_1_7                         1-1-7
81
82 /* Gtk+ 1.1.8 version tag
83  */
84 #define GTK_HAVE_FEATURES_1_1_8                         1-1-8
85
86 /* Gtk+ 1.1.9 version tag
87  */
88 #define GTK_HAVE_FEATURES_1_1_9                         1-1-9
89
90 /* Gtk+ 1.1.10 version tag
91  */
92 #define GTK_HAVE_FEATURES_1_1_10                        1-1-10
93
94 /* Gtk+ 1.1.11 version tag
95  */
96 #define GTK_HAVE_FEATURES_1_1_11                        1-1-11
97
98 /* Gtk+ 1.1.12 version tag
99  */
100 #define GTK_HAVE_FEATURES_1_1_12                        1-1-12
101
102 /* Gtk+ 1.1.13 version tag
103  * gtk_toggle_button_set_state name changes
104  */
105 #define GTK_HAVE_FEATURES_1_1_13                        1-1-13
106
107 /* Gtk+ 1.1.14 version tag
108  * working gtk layout, etc
109  */
110 #define GTK_HAVE_FEATURES_1_1_14                        1-1-14
111
112 #ifdef __cplusplus
113 }
114 #endif /* __cplusplus */
115
116
117 #endif /* __GTK_FEATURES_H__ */