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

@ -1066,7 +1066,7 @@ gtk_scale_draw (GtkWidget *widget,
max_pos = find_next_pos (widget, m, marks + i, GTK_POS_TOP, 0) - min_sep;
}
gtk_cairo_paint_vline (style, cr, state_type,
gtk_paint_vline (style, cr, state_type,
widget, "scale-mark", y1, y2, x1);
if (mark->markup)
@ -1092,7 +1092,7 @@ gtk_scale_draw (GtkWidget *widget,
min_pos_after = x3 + logical_rect.width + min_sep;
}
gtk_cairo_paint_layout (style, cr, state_type,
gtk_paint_layout (style, cr, state_type,
FALSE, widget, "scale-mark",
x3, y3, layout);
}
@ -1115,7 +1115,7 @@ gtk_scale_draw (GtkWidget *widget,
}
y1 = marks[i];
gtk_cairo_paint_hline (style, cr, state_type,
gtk_paint_hline (style, cr, state_type,
widget, "range-mark", x1, x2, y1);
if (mark->markup)
@ -1141,7 +1141,7 @@ gtk_scale_draw (GtkWidget *widget,
min_pos_after = y3 + logical_rect.height + min_sep;
}
gtk_cairo_paint_layout (style, cr, state_type,
gtk_paint_layout (style, cr, state_type,
FALSE, widget, "scale-mark",
x3, y3, layout);
}
@ -1165,7 +1165,7 @@ gtk_scale_draw (GtkWidget *widget,
gtk_scale_get_layout_offsets (scale, &x, &y);
gtk_widget_get_allocation (widget, &allocation);
gtk_cairo_paint_layout (style,
gtk_paint_layout (style,
cr,
state_type,
FALSE,