Package: gtk

Function gtk:render-focus

Lambda List

gtk:render-focus (context cr x y width height)

Arguments

context -- a gtk:style-context object
cr -- a cairo:context-t context
x -- a number coerced to a double float for the x origin of the rectangle
y -- a number coerced to a double float for the y origin of the rectangle
width -- a number coerced to a double float for the rectangle width
height -- a number coerced to a double float for the rectangle height

Details

Renders a focus indicator on the rectangle determined by x, y, width, height.
 

See also

#2025-07-05