Package: gtk

Accessor gtk:fixed-layout-child-transform

Lambda List

gtk:fixed-layout-child-transform (object)

Syntax

(gtk:fixed-layout-child-transform object) => transform
(setf (gtk:fixed-layout-child-transform object) transform)

Arguments

object -- a gtk:fixed-layout-child widget
transform -- a gsk:transform instance

Details

Accessor of the transform slot of the gtk:fixed-layout-child class. The gtk:fixed-layout-child-transform function retrieves the transformation of the child widget of a gtk:fixed-layout object. The (setf gtk:fixed-layout-child-transform) function sets the transform.
 

See also

#2024-4-23