Method
GtkFixedset_child_transform
Declaration [src]
void
gtk_fixed_set_child_transform (
  GtkFixed* fixed,
  GtkWidget* widget,
  GskTransform* transform
)
Description [src]
Sets the transformation for widget.
This is a convenience function that retrieves the
GtkFixedLayoutChild instance associated to
widget and calls gtk_fixed_layout_child_set_transform().
Parameters
- widget
- 
            Type: GtkWidgetA GtkWidget, child offixed.The data is owned by the caller of the method. 
- transform
- 
            Type: GskTransformThe transformation assigned to widgetto resetwidget‘s transform.The argument can be NULL.The data is owned by the caller of the method.