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
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, gint32 x, gint32 y, gint32 width, gint32 height, RotateDirection direction, gdouble start, gdouble end) : Clutter.Behaviour
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, gdouble angle_start, gdouble angle_end) : Clutter.Behaviour
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 Sat Apr 16 2011 17:09:50 GMT+0800 (HKT)