BoxAlignment
Description:
[ CCode ( cprefix = "CLUTTER_BOX_ALIGNMENT_" , type_id = "clutter_box_alignment_get_type ()" ) ]
[ Version ( since = "1.2" ) ]
public enum BoxAlignment
The alignment policies available on each axis of the BoxLayout
Content:
Enum values:
- CENTER - Align the child to the center
- END - Align the child to the bottom or to
the right, depending on the used axis
- START - Align the child to the top or to
to the left, depending on the used axis