Module: Clutter::ContentGravity
- Defined in:
- (unknown)
Constant Summary collapse
- TOP_LEFT =
Align the content to the top left corner
0 or :top_left
- TOP =
Align the content to the top edge
1 or :top
- TOP_RIGHT =
Align the content to the top right corner
2 or :top_right
- LEFT =
Align the content to the left edge
3 or :left
- CENTER =
Align the content to the center
4 or :center
- RIGHT =
Align the content to the right edge
5 or :right
- BOTTOM_LEFT =
Align the content to the bottom left corner
6 or :bottom_left
- BOTTOM =
Align the content to the bottom edge
7 or :bottom
- BOTTOM_RIGHT =
Align the content to the bottom right corner
8 or :bottom_right
- RESIZE_FILL =
Resize the content to fill the allocation
9 or :resize_fill
- RESIZE_ASPECT =
Resize the content to remain within the allocation, while maintaining the aspect ratio
10 or :resize_aspect