BindConstraint
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_bind_constraint_get_type ()" ) ]
[
Version ( since =
"1.4" ) ]
public class BindConstraint :
Constraint
BindConstraint is an opaque structure whose members cannot be directly accessed
Content:
Properties:
- public BindCoordinate coordinate { get; set construct; }
The coordinate to be bound
- public float offset { get; set construct; }
The offset, in pixels, to be applied to the binding
- public Actor source { get; set construct; }
The Actor used as the
source for the binding.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Clutter.Constraint
All known members inherited from class Clutter.ActorMeta
All known members inherited from class GLib.Object