BinAlignment
Description:
[ CCode ( cprefix = "CLUTTER_BIN_ALIGNMENT_" , type_id = "clutter_bin_alignment_get_type ()" ) ]
[ Version ( since = "1.2" ) ]
public enum BinAlignment
Content:
Enum values:
- CENTER -
Position the actors at the center of the container, depending on the axis
- END -
Position the actors at the bottom or right side of the container, depending on the axis
- FILL -
Fill the allocation size
- FIXED -
Fixed position alignment; the BinLayout will honour the fixed position provided by
the actors themselves when allocating them
- START - Position the actors at the top
or left side of the container, depending on the axis