Method

ClutterActorset_margin

Declaration [src]

void
clutter_actor_set_margin (
  ClutterActor* self,
  const ClutterMargin* margin
)

Description [src]

Sets all the components of the margin of a ClutterActor.

Available since:1.10

Parameters

margin ClutterMargin
 

A ClutterMargin.

 The data is owned by the caller of the function.