Style.paintFocus

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

More...
class Style
static
void
paintFocus

Parameters

style Style
cr Context
stateType GtkStateType

a state

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_render_focus() instead