Package: gsk

Macro gsk:with-rounded-rects

Lambda List

gsk:with-rounded-rects (vars &body body)

Syntax

(gsk:with-rounded-rects (rounded1 ... roundedn) body) => result

Arguments

rounded1 ... roundedn -- newly created gsk:rounded-rect instances
body -- a body that uses the bindings rounded1 ... roundedn

Details

The gsk:with-rounded-rects macro creates new variable bindings and executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro.

Each box can be initialized with values using the syntax for the gsk:with-rounded-rect macro. See also the gsk:rounded-rect documentation.
 

See also

2025-05-09