Method
ClutterActorset_clip
Declaration [src]
void
clutter_actor_set_clip (
ClutterActor* self,
gfloat xoff,
gfloat yoff,
gfloat width,
gfloat height
)
Description [src]
Sets clip area for self
. The clip area is always computed from the
upper left corner of the actor.