]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfeatures.h.in
Fixed some minor comment typos and added myself to AUTHORS in gtk+.
[~andy/gtk] / gtk / gtkfeatures.h.in
index dccb97f6123a2214fedd81e2c42c53414f29b490..6168c3d6920cc497dcfb74640e55d2b1363b45ca 100644 (file)
@@ -31,6 +31,8 @@ extern "C" {
 #define GTK_MAJOR_VERSION                              (@GTK_MAJOR_VERSION@)
 #define GTK_MINOR_VERSION                              (@GTK_MINOR_VERSION@)
 #define GTK_MICRO_VERSION                              (@GTK_MICRO_VERSION@)
+#define GTK_BINARY_AGE                                 (@GTK_BINARY_AGE@)
+#define GTK_INTERFACE_AGE                              (@GTK_INTERFACE_AGE@)
 
 /* new gtk_container_set_focus_[hv]adjustment()
  */
@@ -43,15 +45,20 @@ extern "C" {
  */
 #define GTK_HAVE_SIGNAL_INIT                           1-0-2
   
-#define GTK_HAVE_RC_SET_IMAGE_LOADER                   1-1-0
-
-#define GTK_HAVE_ACCEL_GROUP                           1-1-0
-
-#define GDK_HAVE_FULL_CROSSING_EVENT                   1-1-0
+/* Gtk+ 1.1.0 version tag.
+ * - new gtk_rc_set_image_loader () to install custom image loaders for rc
+ *   files.
+ * - GtkAccel groups replaced GtkAcceleratorTables
+ * - Gdk supports full crossing event now.
+ * - Buttons featur relief styles now.
+ * - gdk_rgb_*() functions are in place.
+ * - stringified enum values can be queried for enum types now.
+ * - new key binding system is in place (GtkBindingSet).
+ * - simple algorithm for pattern matching is exported now (GtkPatternSpec).
+ */
+#define GTK_HAVE_FEATURES_1_1_0                                1-1-0
 
-#define GTK_HAVE_RELIEF_STYLE                          1-1-0
 
-#define GTK_HAVE_GDK_RGB                               1-1-0
 
 #ifdef __cplusplus
 }