Fixed.setChildTransform

void setChildTransform(gtk.widget.Widget widget, gsk.transform.Transform transform = null)

Sets the transformation for widget.

This is a convenience function that retrieves the gtk.fixed_layout_child.FixedLayoutChild instance associated to widget and calls gtk.fixed_layout_child.FixedLayoutChild.setTransform.

Parameters

widgeta gtk.widget.Widget, child of fixed
transformthe transformation assigned to widget to reset widget's transform