Package: gtk

Function gtk-render-handle

Lambda List

gtk-render-handle (context cr x y width height)

Arguments

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

Details

Renders a handle, as the resize grip of the gtk-paned widget and gtk-window widget, in the rectangle determined by x, y, width, height.
 

See also

2021-11-26