[ CCode ( has_construct_function = false , type = "ClutterConstraint*" ) ]
public BindConstraint (Actor? source, BindCoordinate coordinate, float offset)
Creates a new constraint, binding a Actor's position to the given coordinate
of the position of source
source |
the Actor to use as the source of the binding, or |
coordinate |
the coordinate to bind |
offset |
the offset to apply to the binding, in pixels |
the newly created BindConstraint |