paintOption

Draws a radio button indicator in the given rectangle on cr with the given parameters.

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

shadowType gtk.types.ShadowType

the type of shadow to draw

widget gtk.widget.Widget

the widget

detail string

a style detail

x int

x origin of the rectangle to draw the option in

y int

y origin of the rectangle to draw the option in

width int

the width of the rectangle to draw the option in

height int

the height of the rectangle to draw the option in

Detailed Description

Deprecated: Use gtk.global.renderOption instead