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.

Available since:0.6

Parameters

xoff gfloat
 

X offset of the clip rectangle.

yoff gfloat
 

Y offset of the clip rectangle.

width gfloat
 

Width of the clip rectangle.

height gfloat
 

Height of the clip rectangle.