Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Struct Clutter.PathNode

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterPathNode
Struct : PathNode
Represents a single node of a ClutterPath.
Some of the coordinates in points may be unused for some node
types. CLUTTER_PATH_MOVE_TO and CLUTTER_PATH_LINE_TO use only one
pair of coordinates, CLUTTER_PATH_CURVE_TO uses all three and
CLUTTER_PATH_CLOSE uses none.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Clutter.PathNode ()
Create a new Clutter.PathNode
Create a new Clutter.PathNode
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Path
Method
add_node (PathNode node) : none
Adds node to the end of the path.
Clutter.Path
Method
get_node (guint32 index_, PathNode node) : none
Retrieves the node of the path indexed by index.
Clutter.Path
Method
insert_node (gint32 index_, PathNode node) : none
Inserts node into the path before the node at the given offset.
Clutter.Path
Method
replace_node (guint32 index_, PathNode node) : none
Replaces the node at offset index_ with node.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:45 GMT+0800 (HKT)