| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterPathNode |
| Struct : | PathNode |
| Properties | Defined By | |
|---|---|---|
|
points : Array
|
Clutter.PathNode | |
|
type : Clutter.PathNodeType
|
Clutter.PathNode | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Clutter.PathNode
()
Create a new Clutter.PathNode
Create a new Clutter.PathNode
|
||
|
copy
()
:
Clutter.PathNode
Makes an allocated copy of a node.
Makes an allocated copy of a node.
|
Clutter.PathNode | |
|
Compares two nodes and checks if they are the same type with the
same coordinates.
Compares two nodes and checks if they are the same type with the
same coordinates.
|
Clutter.PathNode | |
|
free
()
:
none
Frees the memory of an allocated node.
Frees the memory of an allocated node.
|
Clutter.PathNode | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Clutter.Path
Method |
add_node
(PathNode node)
:
none
Adds node to the end of the path.
|
|
Clutter.Path
Method |
Retrieves the node of the path indexed by index.
|
|
Clutter.Path
Method |
Inserts node into the path before the node at the given offset.
|
|
Clutter.Path
Method |
Replaces the node at offset index_ with node.
|