Module: Clutter::TableAlignment
- Defined in:
- (unknown)
Constant Summary collapse
- START =
Align the child to the top or to the left of a cell in the table, depending on the axis
0 or :start
- CENTER =
Align the child to the center of a cell in the table
1 or :center
- END =
Align the child to the bottom or to the right of a cell in the table, depending on the axis
2 or :end