paint_spinner


Description:


public void paint_spinner (Style style, Window window, StateType state_type, Rectangle area, Widget widget, string detail, uint step, int x, int y, int width, int height)

Draws a spinner on window using the given parameters.

Note:

Use gtk_render_icon and the GtkStyleContext you are drawing instead

Parameters:

style

a Style

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

cr

a Context


Namespace: Gtk
Package: gtk+-2.0