Enumeration (GI Enum)

Clutter-18ClutterContentGravity

Controls the alignment of the Clutter.Content inside a Clutter.Actor.

Index

Enumeration Members

BOTTOM: number

Align the content to the bottom edge

BOTTOM_LEFT: number

Align the content to the bottom left corner

BOTTOM_RIGHT: number

Align the content to the bottom right corner

CENTER: number

Align the content to the center

LEFT: number

Align the content to the left edge

RESIZE_ASPECT: number

Resize the content to remain within the allocation, while maintaining the aspect ratio

RESIZE_FILL: number

Resize the content to fill the allocation

RIGHT: number

Align the content to the right edge

TOP: number

Align the content to the top edge

TOP_LEFT: number

Align the content to the top left corner

TOP_RIGHT: number

Align the content to the top right corner

Variables

$gtype