Package: gsk
Macro gsk:with-rounded-rect
Lambda Listgsk:with-rounded-rect ((var &rest args) &body body) SyntaxArgumentsDetails The gsk:with-rounded-rect macro allocates a new gsk:rounded-rect instance, initializes the rounded rect with the
given values and executes the body that uses the rounded rect.
After execution of the body the allocated memory for the rounded rect is
released. If no argument is given the components of the rounded rectangle are uninitialized. The initialization with one argument uses the gsk:rounded-rect-init-copy function, which initializes the rounded from another rounded rect. The initialization from a graphene:rect-t instance and a number uses the gsk:rounded-rect-init-from-rect function. If six arguments are given, the rounded rectangle is initialized with the gsk:rounded-rect-init function. | See also |
2025-05-09