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.
This commit is contained in:
@ -1162,21 +1162,6 @@ gtk_style_apply_default_background (GtkStyle *style,
|
||||
}
|
||||
}
|
||||
|
||||
/* deprecated */
|
||||
void
|
||||
gtk_style_apply_default_pixmap (GtkStyle *style,
|
||||
GdkWindow *window,
|
||||
GtkStateType state_type,
|
||||
GdkRectangle *area,
|
||||
gint x,
|
||||
gint y,
|
||||
gint width,
|
||||
gint height)
|
||||
{
|
||||
gtk_style_apply_default_background (style, window, TRUE, state_type,
|
||||
area, x, y, width, height);
|
||||
}
|
||||
|
||||
static void
|
||||
gtk_default_draw_hline (GtkStyle *style,
|
||||
GdkWindow *window,
|
||||
|
||||
Reference in New Issue
Block a user