Enumeration
ClutterContentGravity
since: 1.10
Description [src]
Controls the alignment of the ClutterContent
inside a ClutterActor
.
Available since: 1.10
Members
Name | Description |
---|---|
CLUTTER_CONTENT_GRAVITY_TOP_LEFT |
Align the content to the top left corner. |
CLUTTER_CONTENT_GRAVITY_TOP |
Align the content to the top edge. |
CLUTTER_CONTENT_GRAVITY_TOP_RIGHT |
Align the content to the top right corner. |
CLUTTER_CONTENT_GRAVITY_LEFT |
Align the content to the left edge. |
CLUTTER_CONTENT_GRAVITY_CENTER |
Align the content to the center. |
CLUTTER_CONTENT_GRAVITY_RIGHT |
Align the content to the right edge. |
CLUTTER_CONTENT_GRAVITY_BOTTOM_LEFT |
Align the content to the bottom left corner. |
CLUTTER_CONTENT_GRAVITY_BOTTOM |
Align the content to the bottom edge. |
CLUTTER_CONTENT_GRAVITY_BOTTOM_RIGHT |
Align the content to the bottom right corner. |
CLUTTER_CONTENT_GRAVITY_RESIZE_FILL |
Resize the content to fill the allocation. |
CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECT |
Resize the content to remain within the allocation, while maintaining the aspect ratio. |