Fixed.setChildTransform

Sets the transformation for @widget.

This is a convenience function that retrieves the [class@Gtk.FixedLayoutChild] instance associated to @widget and calls [method@Gtk.FixedLayoutChild.set_transform].

class Fixed
void
setChildTransform

Parameters

widget Widget

a GtkWidget, child of @fixed

transform Transform

the transformation assigned to @widget or %NULL to reset @widget's transform

Meta