API: Rename gtk_cairo_paint_*() to gtk_paint_*()

Large patch, but just renaming.
Indentation should still mostly be correct because I took care of
keeping the indentation for this function name.
This commit is contained in:
Benjamin Otte
2010-09-11 01:30:27 +02:00
parent 70e6aba0d0
commit 1d3f6b30b0
54 changed files with 389 additions and 389 deletions

View File

@ -2565,7 +2565,7 @@ grippy_button_press (GtkWidget *area, GdkEventButton *event, GdkWindowEdge edge)
static gboolean
grippy_draw (GtkWidget *area, cairo_t *cr, GdkWindowEdge edge)
{
gtk_cairo_paint_resize_grip (gtk_widget_get_style (area),
gtk_paint_resize_grip (gtk_widget_get_style (area),
cr,
gtk_widget_get_state (area),
area,