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:
a gtk.style_context.StyleContext
a cairo.context.Context
X origin of the rectangle
Y origin of the rectangle
rectangle width
rectangle 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: