Warning: paint_spinner is deprecated since 3.0. Use render_activity.
Draws a spinner on window using the given parameters.
Use render_icon and the StyleContext you are drawing instead
| style |
a Style |
| cr |
a Context |
| state_type |
a state |
| widget |
the widget (may be null) |
| detail |
a style detail (may be null) |
| step |
the nth step |
| x |
the x origin of the rectangle in which to draw the spinner |
| y |
the y origin of the rectangle in which to draw the spinner |
| width |
the width of the rectangle in which to draw the spinner |
| height |
the height of the rectangle in which to draw the spinner |