renderActivity
fn
void renderActivity(gtk.style_context.StyleContext context, cairo.context.Context cr, double x, double y, double width, double height)Renders an activity indicator (such as in [gtk.spinner.Spinner]). The state [gtk.types.StateFlags.Checked] determines whether there is activity going on.
Parameters
context | a [gtk.style_context.StyleContext] |
cr | a [cairo.context.Context] |
x | X origin of the rectangle |
y | Y origin of the rectangle |
width | rectangle width |
height | rectangle height |