diff options
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 13 |
1 files changed, 2 insertions, 11 deletions
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 } |