Method

ClutterActorBoxcontains

Declaration [src]

gboolean
clutter_actor_box_contains (
  const ClutterActorBox* box,
  gfloat x,
  gfloat y
)

Description [src]

Checks whether a point with x, y coordinates is contained within box.

Available since:1.0

Parameters

x gfloat
 

X coordinate of the point.

y gfloat
 

Y coordinate of the point.

Return value

Returns: gboolean
 

TRUE if the point is contained by the ClutterActorBox.