Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterScriptable |
Interface : | Scriptable |
Implementations: | Champlain.CustomMarker, Champlain.Label, Champlain.Layer, Champlain.License, Champlain.Marker, Champlain.MarkerLayer, Champlain.PathLayer, Champlain.Point, Champlain.Scale, Champlain.Tile, Champlain.View, Clutter.Actor, Clutter.Alpha, Clutter.Animation, Clutter.Animator, Clutter.Behaviour, Clutter.BehaviourDepth, Clutter.BehaviourEllipse, Clutter.BehaviourOpacity, Clutter.BehaviourPath, Clutter.BehaviourRotate, Clutter.BehaviourScale, Clutter.Box, Clutter.CairoTexture, Clutter.Clone, Clutter.Group, Clutter.ListModel, Clutter.Model, Clutter.Rectangle, Clutter.Stage, Clutter.State, Clutter.Text, Clutter.Texture |
None |
Method / Constructor | Defined By | |
---|---|---|
get_id
()
:
String
Retrieves the id of scriptable set using clutter_scriptable_set_id().
Retrieves the id of scriptable set using clutter_scriptable_set_id().
the scriptable object and should never be modified of freed
|
Clutter.Scriptable | |
Parses the passed JSON node.
Parses the passed JSON node. The implementation must set the type
of the passed GValue pointer using g_value_init().
|
Clutter.Scriptable | |
Overrides the common properties setting.
Overrides the common properties setting. The underlying virtual
function should be used when implementing custom properties.
|
Clutter.Scriptable | |
set_id
(String id_)
:
none
Sets id as the unique Clutter script it for this instance of
ClutterScriptableIface.
Sets id as the unique Clutter script it for this instance of
ClutterScriptableIface. This name can be used by user interface designer applications to define a unique name for an object constructable using the UI definition language parsed by ClutterScript.
|
Clutter.Scriptable |
None |