Add back as wrapper function to restore source/binary compatibility.
Tue Jan 12 14:31:43 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.[ch] (gtk_style_apply_default_pixmap): Add back as wrapper function to restore source/binary compatibility. grrrr.
This commit is contained in:
@ -1162,6 +1162,20 @@ gtk_style_apply_default_background (GtkStyle *style,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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, FALSE, state_type,
|
||||||
|
area, x, y, width, height);
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gtk_default_draw_hline (GtkStyle *style,
|
gtk_default_draw_hline (GtkStyle *style,
|
||||||
GdkWindow *window,
|
GdkWindow *window,
|
||||||
|
@ -759,6 +759,17 @@ void gtk_paint_handle (GtkStyle *style,
|
|||||||
gint height,
|
gint height,
|
||||||
GtkOrientation orientation);
|
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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
Reference in New Issue
Block a user