Style.paintSpinner

Warning gtk_paint_spinner has been deprecated since version 3.0 and should not be used in newly-written code. Use gtk_render_activity() instead Draws a spinner on window using the given parameters.

class Style
deprecated
void
paintSpinner

Parameters

cr Context

a cairo_t

stateType GtkStateType

a state

widget Widget

the widget (may be NULL). [allow-none]

detail string

a style detail (may be NULL). [allow-none]

step uint

the nth step, a value between 0 and "num-steps"

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

Meta