Enumeration

ClutterGravity

deprecated: 1.22 since: 0.2

Declaration

enum Clutter.Gravity

Description [src]

Gravity of the scaling operations. When a gravity different than CLUTTER_GRAVITY_NONE is used, an actor is scaled keeping the position of the specified portion at the same coordinates.

Available since: 0.2

Deprecated since: 1.22

Use the normalized ClutterActor pivot point instead.

Members

Name Description
CLUTTER_GRAVITY_NONE

Do not apply any gravity.

CLUTTER_GRAVITY_NORTH

Scale from topmost downwards.

CLUTTER_GRAVITY_NORTH_EAST

Scale from the top right corner.

CLUTTER_GRAVITY_EAST

Scale from the right side.

CLUTTER_GRAVITY_SOUTH_EAST

Scale from the bottom right corner.

CLUTTER_GRAVITY_SOUTH

Scale from the bottom upwards.

CLUTTER_GRAVITY_SOUTH_WEST

Scale from the bottom left corner.

CLUTTER_GRAVITY_WEST

Scale from the left side.

CLUTTER_GRAVITY_NORTH_WEST

Scale from the top left corner.

CLUTTER_GRAVITY_CENTER

Scale from the center.