Method

Gtk.FixedLayoutChild.set_transform

Declaration [src]

void
gtk_fixed_layout_child_set_transform (
  GtkFixedLayoutChild* child,
  GskTransform* transform
)

Description [src]

Sets the transformation of the child of a GtkFixedLayout.

Parameters

transform GskTransform*
 

a GskTransform

 Ownership is not transferred to the callee