Package: gtk

Function gtk:render-background-clip

Lambda List

gtk:render-background-clip (context x y width height)

Arguments

context -- a gtk:style-context object
x -- a number, coerced to a double float, with the x origin of the render area
y -- a number, coerced to a double float, with the y origin of the render area
width -- a number, coerced to a double float, with a rectangle width
height -- a number, coerced to a double float, with a rectangle height

Return Value

The gdk:rectangle instance.

Details

Returns the area that will be affected, i.e. drawn to, when calling the gtk:render-background function for the given context and rectangle.
 

See also

#2023-3-27