GObject.Object
GObject.InitiallyUnowned
Clutter.ActorMeta
Clutter.Constraint
Clutter.BindConstraint
Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterBindConstraint |
Class : | BindConstraint |
Extends: | Clutter.Constraint |
Properties | Defined By | |
---|---|---|
actor : Clutter.Actor
read only
The ClutterActor attached to the ClutterActorMeta instance
The ClutterActor attached to the ClutterActorMeta instance
|
Clutter.ActorMeta | |
coordinate : Clutter.BindCoordinate
The coordinate to be bound
The coordinate to be bound
|
Clutter.BindConstraint | |
enabled : gboolean
Whether or not the ClutterActorMeta is enabled
Whether or not the ClutterActorMeta is enabled
|
Clutter.ActorMeta | |
g_type_instance : GObject.TypeInstance
|
GObject.InitiallyUnowned | |
name : String
The unique name to access the ClutterActorMeta
The unique name to access the ClutterActorMeta
|
Clutter.ActorMeta | |
offset : gfloat
The offset, in pixels, to be applied to the binding
The offset, in pixels, to be applied to the binding
|
Clutter.BindConstraint | |
parent_instance : Clutter.ActorMeta
read only
|
Clutter.Constraint | |
priv : Clutter.ActorMetaPrivate
read only
|
Clutter.ActorMeta | |
qdata : GLib.Data
read only
|
GObject.InitiallyUnowned | |
ref_count : guint32
read only
|
GObject.InitiallyUnowned | |
source : Clutter.Actor
The ClutterActor used as the source for the binding
The ClutterActor used as the source for the binding
|
Clutter.BindConstraint |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.BindConstraint
(Object properties)
Create a new Clutter.BindConstraint
Create a new Clutter.BindConstraint
|
||
new Clutter.BindConstraint.c_new
(Actor source, BindCoordinate coordinate, gfloat offset)
:
Clutter.Constraint
Create a new Clutter.BindConstraint
Create a new Clutter.BindConstraint
|
||
get_actor
()
:
Clutter.Actor
Retrieves a pointer to the ClutterActor that owns meta
Retrieves a pointer to the ClutterActor that owns meta
|
Clutter.ActorMeta | |
get_coordinate
()
:
Clutter.BindCoordinate
Retrieves the bound coordinate of the constraint
Retrieves the bound coordinate of the constraint
|
Clutter.BindConstraint | |
get_enabled
()
:
gboolean
Retrieves whether meta is enabled
Retrieves whether meta is enabled
|
Clutter.ActorMeta | |
get_name
()
:
String
Retrieves the name set using clutter_actor_meta_set_name()
instance, or NULL if none was set.
Retrieves the name set using clutter_actor_meta_set_name()
instance, or NULL if none was set. The returned string is owned by the ClutterActorMeta instance and it should not be modified or freed
|
Clutter.ActorMeta | |
get_offset
()
:
gfloat
Retrieves the offset set using clutter_bind_constraint_set_offset()
Retrieves the offset set using clutter_bind_constraint_set_offset()
|
Clutter.BindConstraint | |
get_source
()
:
Clutter.Actor
Retrieves the ClutterActor set using clutter_bind_constraint_set_source()
Retrieves the ClutterActor set using clutter_bind_constraint_set_source()
|
Clutter.BindConstraint | |
set_coordinate
(BindCoordinate coordinate)
:
none
Sets the coordinate to bind in the constraint
Sets the coordinate to bind in the constraint
|
Clutter.BindConstraint | |
set_enabled
(gboolean is_enabled)
:
none
Sets whether meta should be enabled or not
Sets whether meta should be enabled or not
|
Clutter.ActorMeta | |
set_name
(String name)
:
none
Sets the name of meta
The name can be used to identify the ClutterActorMeta instance
Sets the name of meta
The name can be used to identify the ClutterActorMeta instance
|
Clutter.ActorMeta | |
set_offset
(gfloat offset)
:
none
Sets the offset to be applied to the constraint
Sets the offset to be applied to the constraint
|
Clutter.BindConstraint | |
set_source
(Actor source)
:
none
Sets the source ClutterActor for the constraint
Sets the source ClutterActor for the constraint
|
Clutter.BindConstraint |
None |