Enumeration
ClutterBinAlignment
deprecated: 1.12
Description [src]
The alignment policies available on each axis for ClutterBinLayout
.
Deprecated since: 1.12
Use ClutterActorAlign
and the ClutterActor
API instead.
Members
Name | Description |
---|---|
CLUTTER_BIN_ALIGNMENT_FIXED |
Fixed position alignment; the
|
CLUTTER_BIN_ALIGNMENT_FILL |
Fill the allocation size. |
CLUTTER_BIN_ALIGNMENT_START |
Position the actors at the top or left side of the container, depending on the axis. |
CLUTTER_BIN_ALIGNMENT_END |
Position the actors at the bottom or right side of the container, depending on the axis. |
CLUTTER_BIN_ALIGNMENT_CENTER |
Position the actors at the center of the container, depending on the axis. |