paintSpinner

Draws a spinner on window using the given parameters.

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

widget gtk.widget.Widget

the widget (may be null)

detail string

a style detail (may be null)

step uint

the nth step

x int

the x origin of the rectangle in which to draw the spinner

y int

the y origin of the rectangle in which to draw the spinner

width int

the width of the rectangle in which to draw the spinner

height int

the height of the rectangle in which to draw the spinner

Detailed Description

Deprecated: Use gtk.global.renderIcon and the #GtkStyleContext you are drawing instead