Package: graphene

Accessor graphene:size-width

Lambda List

graphene:size-width (size)

Syntax

(graphene:size-width size) => width
(setf (graphene:size-width size) width)

Arguments

size -- a graphene:size-t instance
width -- a number coerced to a single float for the width component

Details

The accessor for the width slot of the graphene:size-t structure gets or sets the width.
 

See also

2025-08-09