renderCheck
fn
void renderCheck(gtk.style_context.StyleContext context, cairo.context.Context cr, double x, double y, double width, double height)Renders a checkmark (as in a gtk.check_button.CheckButton).
The gtk.types.StateFlags.Checked state determines whether the check is on or off, and gtk.types.StateFlags.Inconsistent determines whether it should be marked as undefined.
Typical checkmark rendering:

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 |