Style.paintSpinner

Draws a spinner on window using the given parameters. Since 2.20

class Style
void
paintSpinner

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

area Rectangle

clip rectangle, or NULL if the output should not be clipped. [allow-none]

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