Function
Gtkpaint_spinner
deprecated: 3.0
Declaration [src]
void
gtk_paint_spinner (
GtkStyle* style,
cairo_t* cr,
GtkStateType state_type,
GtkWidget* widget,
const gchar* detail,
guint step,
gint x,
gint y,
gint width,
gint height
)
Description [src]
Draws a spinner on window using the given parameters.
Deprecated since: 3.0
Use gtk_render_icon() and the GtkStyleContext
you are drawing instead.
Parameters
style-
Type:
GtkStyleA
GtkStyle.The data is owned by the caller of the function. cr-
Type:
cairo_tA #cairo_t.
The data is owned by the caller of the function. state_type-
Type:
GtkStateTypeA state.
widget-
Type:
GtkWidgetThe widget (may be
NULL).The argument can be NULL.The data is owned by the caller of the function. detail-
Type:
const gchar*A style detail (may be
NULL).The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. step-
Type:
guintThe nth step.
x-
Type:
gintThe x origin of the rectangle in which to draw the spinner.
y-
Type:
gintThe y origin of the rectangle in which to draw the spinner.
width-
Type:
gintThe width of the rectangle in which to draw the spinner.
height-
Type:
gintThe height of the rectangle in which to draw the spinner.