Module: Clutter::Gravity
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
Do not apply any gravity
0 or :none
- NORTH =
Scale from topmost downwards
1 or :north
- NORTH_EAST =
Scale from the top right corner
2 or :north_east
- EAST =
Scale from the right side
3 or :east
- SOUTH_EAST =
Scale from the bottom right corner
4 or :south_east
- SOUTH =
Scale from the bottom upwards
5 or :south
- SOUTH_WEST =
Scale from the bottom left corner
6 or :south_west
- WEST =
Scale from the left side
7 or :west
- NORTH_WEST =
Scale from the top left corner
8 or :north_west
- CENTER =
Scale from the center.
9 or :center