[ CCode ( cname = "gtk_render_activity" ) ]
[ Version ( since = "3.0" ) ]
public void render_activity (Context cr, double x, double y, double width, double height)
Renders an activity indicator (such as in Spinner).
The state gtk_state_flag_checked determines whether there is activity going on.
cr |
a Context |
x |
X origin of the rectangle |
y |
Y origin of the rectangle |
width |
rectangle width |
height |
rectangle height |
context |