Package: gsk

Function gsk:rounded-rect-init-from-rect

Lambda List

gsk:rounded-rect-init-from-rect (rect bounds radius)

Arguments

rect -- a gsk:rounded-rect instance
bounds -- a graphene:rect-t instance
radius -- a number coerced to a single float for the border radius

Return Value

The initialized gsk:rounded-rect instance.

Details

Initializes rect to the given bounds and sets the radius of all four corners to radius.
 

See also

2025-08-02