summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.h
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-01-17 04:50:13 +0000
committerTim Janik <timj@src.gnome.org>1999-01-17 04:50:13 +0000
commit9c5dfcd3ae9b8602d46159bd0c46c5e9781f8a1c (patch)
tree3f1e31ecca4af8757baaa46212bb95c53e63ad38 /gtk/gtkstyle.h
parent2daaea2f983e54aa5715885e1d3eacfdc25aaf34 (diff)
downloadgtk+-9c5dfcd3ae9b8602d46159bd0c46c5e9781f8a1c.tar.gz
incremented version number to 1.1.13, bin age 0, interface age 0.
Sun Jan 17 05:19:14 1999 Tim Janik <timj@gtk.org> * 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.
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r--gtk/gtkstyle.h13
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
}