Style.paintFocus

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

class Style
void
paintFocus

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

area Rectangle

clip rectangle, or NULL if the output should not be clipped. [allow-none]

widget Widget

the widget. [allow-none]

detail string

a style detail. [allow-none]

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

Meta