BindCoordinate
Description:
[ CCode ( cprefix = "CLUTTER_BIND_" , type_id = "clutter_bind_coordinate_get_type ()" ) ]
[ Version ( since = "1.4" ) ]
public enum BindCoordinate
Specifies which property should be used in a binding
Content:
Enum values:
- ALL - Equivalent to
POSITION and
SIZE (added in Clutter 1.10)
- HEIGHT - Bind the height
- POSITION - Equivalent to to
X and Y
(added in Clutter 1.6)
- SIZE - Equivalent to
WIDTH and
HEIGHT (added in Clutter 1.6)
- WIDTH - Bind the width
- X - Bind the X coordinate
- Y - Bind the Y coordinate