BindConstraint


Description:

[ 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

Parameters:

source

the Actor to use as the source of the binding, or null

coordinate

the coordinate to bind

offset

the offset to apply to the binding, in pixels

Returns:

the newly created BindConstraint