Style.paintSpinner

Draws a spinner on window using the given parameters.

More...
class Style
static
void
paintSpinner

Parameters

style Style
cr Context
stateType GtkStateType

a state

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_render_icon() and the gtk.StyleContext you are drawing instead