paint_focus


Description:


[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void paint_focus (Style style, Context cr, StateType state_type, Widget? widget, string? detail, int x, int y, int width, int height)

Warning: paint_focus is deprecated since 3.0.

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

Note:

Use render_focus instead

Parameters:

style

a Style

cr

a Context

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


Namespace: Gtk
Package: gtk+-3.0