Style.drawFocus

Warning gtk_draw_focus has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_focus() instead. Draws a focus indicator around the given rectangle on window using the given style.

class Style
void
drawFocus
(,
int x
,
int y
,
int width
,
int height
)

Parameters

window Window

a GdkWindow

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