Package: gtk

Function gtk:fixed-child-transform

Lambda List

gtk:fixed-child-transform (fixed child)

Syntax

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

Arguments

fixed -- a gtk:fixed widget
child -- a gtk:widget child widget of fixed
transform -- a gsk:transform instance with the transformation assigned to the child widget

Details

The gtk:fixed-child-transform function retrieves the transformation for child. The (setf gtk:fixed-child-transform) function sets the transformation for child. This is a convenience function that retrieves the gtk:fixed-layout-child instance associated to child and calls the gtk:fixed-layout-child-transform function.
 

See also

2024-4-19