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:
Tim Janik
1999-01-17 04:50:13 +00:00
committed by Tim Janik
parent 2daaea2f98
commit 9c5dfcd3ae
12 changed files with 100 additions and 30 deletions

View File

@ -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,