paint_spinner
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" , replacement = "render_activity" ) ]
public void paint_spinner (Style style, Context cr, StateType state_type, Widget? widget, string? detail, uint step, int x, int y, int width, int height)
Warning: paint_spinner is deprecated since 3.0. Use render_activity.
Draws a spinner on window using the given parameters.
Note:
Use render_icon and the StyleContext you are drawing instead
Parameters:
| style |
a Style |
| cr |
a Context |
| 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 |
Namespace: Gtk
Package: gtk+-3.0