Method
ClutterActorBoxinit
Declaration [src]
ClutterActorBox*
clutter_actor_box_init (
ClutterActorBox* box,
gfloat x_1,
gfloat y_1,
gfloat x_2,
gfloat y_2
)
Parameters
x_1 |
gfloat |
X coordinate of the top left point. |
|
y_1 |
gfloat |
Y coordinate of the top left point. |
|
x_2 |
gfloat |
X coordinate of the bottom right point. |
|
y_2 |
gfloat |
Y coordinate of the bottom right point. |
Return value
Returns: | ClutterActorBox |
The initialized |
|
The data is owned by the instance. |