Function Macro

ClutterACTOR_BOX_INIT

Declaration [src]

#define CLUTTER_ACTOR_BOX_INIT (
  x_1,
  y_1,
  x_2,
  y_2
)

Description [src]

A simple macro for initializing a ClutterActorBox when declaring it, e.g.:

  ClutterActorBox box = CLUTTER_ACTOR_BOX_INIT (0, 0, 400, 600);
Available since:1.10
This function is not directly available to language bindings

Parameters

x_1 -
 

The X coordinate of the top left corner.

y_1 -
 

The Y coordinate of the top left corner.

x_2 -
 

The X coordinate of the bottom right corner.

y_2 -
 

The Y coordinate of the bottom right corner.