paintFocus

Draws a focus indicator around the given rectangle on cr using the given style.

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

widget gtk.widget.Widget

the widget

detail string

a style detail

x int

the x origin of the rectangle around which to draw a focus indicator

y int

the y origin of the rectangle around which to draw a focus indicator

width int

the width of the rectangle around which to draw a focus indicator

height int

the height of the rectangle around which to draw a focus indicator

Detailed Description

Deprecated: Use gtk.global.renderFocus instead