paintCheck
fn
void paintCheck(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.types.ShadowType shadowType, gtk.widget.Widget widget, string detail, int x, int y, int width, int height)Draws a check button indicator in the given rectangle on cr with the given parameters.
Parameters
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
shadowType | the type of shadow to draw |
widget | the widget |
detail | a style detail |
x | x origin of the rectangle to draw the check in |
y | y origin of the rectangle to draw the check in |
width | the width of the rectangle to draw the check in |
height | the height of the rectangle to draw the check in |
Deprecated
Use [gtk.global.renderCheck] instead