diff options
author | Tim Janik <timj@gtk.org> | 1998-07-27 02:24:39 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-07-27 02:24:39 +0000 |
commit | f111f4b58e66dd36e717cdf856dd1621f566f609 (patch) | |
tree | abb404ca60152f3b91352a5a9e4bbff56a958e32 /gtk | |
parent | fc7c7f466f10d58d59426fa24fbc8741e0ec61ff (diff) | |
download | gtk+-f111f4b58e66dd36e717cdf856dd1621f566f609.tar.gz |
revamped the definitions for 1-1-0, so that all the new API stuff is
Mon Jul 27 04:18:26 1998 Tim Janik <timj@gtk.org>
* gtkfeatures.h.in: revamped the definitions for 1-1-0, so that all
the new API stuff is reflected in one #define GTK_HAVE_FEATURES_1_1_0.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkfeatures.h.in | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/gtk/gtkfeatures.h.in b/gtk/gtkfeatures.h.in index 609d24db06..d88d04fd3e 100644 --- a/gtk/gtkfeatures.h.in +++ b/gtk/gtkfeatures.h.in @@ -45,17 +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 - -#define GTK_HAVE_RELIEF_STYLE 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 expoted now (GtkPatternSpec). + */ +#define GTK_HAVE_FEATURES_1_1_0 1-1-0 -#define GTK_HAVE_GDK_RGB 1-1-0 -#define GTK_HAVE_ENUM_VALUE_STRUCT 1-1-0 #ifdef __cplusplus } |