paint_focus


Description:


public void paint_focus (Style style, Window window, StateType state_type, Rectangle? area, Widget? widget, string? detail, int x, int y, int width, int height)

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

Note:

Use gtk_render_focus instead

Parameters:

style

a Style

state_type

a state

widget

the widget

detail

a style detail

x

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

y

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

width

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

height

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

cr

a Context


Namespace: Gtk
Package: gtk+-2.0