API Version: 16
Library Version: 16
Generated by gi-docgen 2024.2
gboolean clutter_actor_box_contains ( const ClutterActorBox* box, gfloat x, gfloat y )
Checks whether a point with x, y coordinates is contained within box.
x
y
box
Type: gfloat
gfloat
X coordinate of the point.
Y coordinate of the point.
Type: gboolean
gboolean
TRUE if the point is contained by the ClutterActorBox.
TRUE
ClutterActorBox