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
clutter_bind_position and clutter_bind_size (added in Clutter 1.10)
- HEIGHT - Bind the height
- POSITION - Equivalent to to
clutter_bind_x and clutter_bind_y (added in Clutter 1.6)
- SIZE - Equivalent to
clutter_bind_width and clutter_bind_height (added in Clutter 1.6)
- WIDTH - Bind the width
- X - Bind the X coordinate
- Y - Bind the Y coordinate