From 9c5dfcd3ae9b8602d46159bd0c46c5e9781f8a1c Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 17 Jan 1999 04:50:13 +0000 Subject: incremented version number to 1.1.13, bin age 0, interface age 0. Sun Jan 17 05:19:14 1999 Tim Janik * configure.in: incremented version number to 1.1.13, bin age 0, interface age 0. * gtk/gtkmain.c (gtk_idle_remove_by_data): use g_idle_remove_by_data to remove idles, so `data' cannot conflict with other sources. * gtk/gtkcompat.h: define gtk_style_apply_default_pixmap here. * gtk/gtkstyle.[hc]: removed gtk_style_apply_default_pixmap. (struct _GtkStyle): reordered GtkStyleClass*klass; member. --- gtk/gtkstyle.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'gtk/gtkstyle.h') diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index e286e1a832..9424af5ce0 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -51,6 +51,8 @@ typedef struct _GtkWidget GtkWidget; struct _GtkStyle { + GtkStyleClass *klass; + GdkColor fg[5]; GdkColor bg[5]; GdkColor light[5]; @@ -83,7 +85,6 @@ struct _GtkStyle gint depth; GdkColormap *colormap; - GtkStyleClass *klass; /* Not private - reorder me */ GtkThemeEngine *engine; gpointer engine_data; @@ -762,16 +763,6 @@ void gtk_paint_handle (GtkStyle *style, gint height, GtkOrientation orientation); -/* Deprecated - */ -void gtk_style_apply_default_pixmap (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GdkRectangle *area, - gint x, - gint y, - gint width, - gint height); #ifdef __cplusplus } -- cgit v1.2.1