Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.RotateDirection

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterRotateDirection
Enum : RotateDirection
  Show / Hide Inherited methods, properties and signals
Direction of a rotation.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.BehaviourEllipse
Property
The direction of the rotation.
Clutter.BehaviourEllipse
Method
new Clutter.BehaviourEllipse.c_new (Alpha alpha, Number x, Number y, Number width, Number height, RotateDirection direction, Number start, Number end) : Clutter.BehaviourEllipse
Create a new Clutter.BehaviourEllipse
Clutter.BehaviourEllipse
Method
get_direction () : Clutter.RotateDirection
Retrieves the ClutterRotateDirection used by the ellipse behaviour.
Clutter.BehaviourEllipse
Method
set_direction (RotateDirection direction) : none
Sets the rotation direction used by the ellipse behaviour.
Clutter.BehaviourRotate
Property
The direction of the rotation.
Clutter.BehaviourRotate
Method
new Clutter.BehaviourRotate.c_new (Alpha alpha, RotateAxis axis, RotateDirection direction, Number angle_start, Number angle_end) : Clutter.BehaviourRotate
Create a new Clutter.BehaviourRotate
Clutter.BehaviourRotate
Method
get_direction () : Clutter.RotateDirection
Retrieves the ClutterRotateDirection used by the rotate behaviour.
Clutter.BehaviourRotate
Method
set_direction (RotateDirection direction) : none
Sets the rotation direction used by the rotate behaviour.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:38 GMT+0800 (HKT)