gtk_paint_spinner ( style cr state_type widget detail step x y width height -- )


Vocabulary
gtk3.ffi

Inputs
stylean object
cran object
state_typean object
widgetan object
detailan object
stepan object
xan object
yan object
widthan object
heightan object


Outputs
None

Definition


LIBRARY: gtk3 FUNCTION: void gtk_paint_spinner
( GtkStyle* style, cairo_t* cr, GtkStateType state_type,
GtkWidget* widget, gchar* detail, guint step, gint x, gint
y, gint width, gint height )