paintSpinner

fnvoid paintSpinner(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.widget.Widget widget, string detail, uint step, int x, int y, int width, int height)

Draws a spinner on window using the given parameters.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
widgetthe widget (may be null)
detaila style detail (may be null)
stepthe nth step
xthe x origin of the rectangle in which to draw the spinner
ythe y origin of the rectangle in which to draw the spinner
widththe width of the rectangle in which to draw the spinner
heightthe height of the rectangle in which to draw the spinner

Deprecated

Use [gtk.global.renderIcon] and the #GtkStyleContext

you are drawing instead