]> 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 ecf1d2c3f561fde66d49f4bfd4f42f35b5933bc3..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,6 +45,19 @@ extern "C" {
  */
 #define GTK_HAVE_SIGNAL_INIT                           1-0-2
   
+/* 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
+
 
 
 #ifdef __cplusplus