Function
Gtkpaint_spinner
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 |
Parameters
style |
GtkStyle |
A |
|
The data is owned by the caller of the function. | |
cr |
cairo_t |
A #cairo_t. |
|
The data is owned by the caller of the function. | |
state_type |
GtkStateType |
A state. |
|
widget |
GtkWidget |
The widget (may be |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
detail |
const gchar* |
A style detail (may be |
|
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 |
guint |
The nth step. |
|
x |
gint |
The x origin of the rectangle in which to draw the spinner. |
|
y |
gint |
The y origin of the rectangle in which to draw the spinner. |
|
width |
gint |
The width of the rectangle in which to draw the spinner. |
|
height |
gint |
The height of the rectangle in which to draw the spinner. |