Class: Clutter::BindConstraint
- Inherits:
-
Constraint
- Object
- GObject::InitiallyUnowned
- ActorMeta
- Constraint
- Clutter::BindConstraint
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#coordinate ⇒ Clutter::BindCoordinate
The coordinate to be bound.
-
#coordinate=(coordinate) ⇒ Clutter::BindCoordinate
The coordinate to be bound.
-
#initialize(source, coordinate, offset) ⇒ Clutter::Constraint
constructor
Creates a new constraint, binding a Clutter::Actor's position to the given coordinate of the position of source.
-
#offset ⇒ Clutter::gfloat
The offset, in pixels, to be applied to the binding.
-
#offset=(offset) ⇒ Clutter::gfloat
The offset, in pixels, to be applied to the binding.
-
#source ⇒ Clutter::Actor
The Clutter::Actor used as the source for the binding.
-
#source=(source) ⇒ Clutter::Actor
The Clutter::Actor used as the source for the binding.
Methods inherited from ActorMeta
#actor, #actor=, #enabled, #enabled=, #enabled?, #name, #name=
Constructor Details
#initialize(source, coordinate, offset) ⇒ Clutter::Constraint
Creates a new constraint, binding a Clutter::Actor's position to the given coordinate of the position of source
Instance Method Details
#coordinate ⇒ Clutter::BindCoordinate
The coordinate to be bound
#coordinate=(coordinate) ⇒ Clutter::BindCoordinate
The coordinate to be bound
#offset ⇒ Clutter::gfloat
The offset, in pixels, to be applied to the binding
#offset=(offset) ⇒ Clutter::gfloat
The offset, in pixels, to be applied to the binding
#source ⇒ Clutter::Actor
The Clutter::Actor used as the source for the binding.
The Clutter::Actor must not be contained inside the actor associated to the constraint.
#source=(source) ⇒ Clutter::Actor
The Clutter::Actor used as the source for the binding.
The Clutter::Actor must not be contained inside the actor associated to the constraint.