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
widget | a [gtk.widget.Widget], child of fixed |
transform | the transformation assigned to widget to reset widget's transform |