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
  Show / Hide Inherited methods, properties and signals
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 (Number index_, PathNode node) : none
Retrieves the node of the path indexed by index.
Clutter.Path
Method
insert_node (Number index_, PathNode node) : none
Inserts node into the path before the node at the given offset.
Clutter.Path
Method
replace_node (Number index_, PathNode node) : none
Replaces the node at offset index_ with node.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:37 GMT+0800 (HKT)