| Import line: | Clutter = imports.gi.Clutter; |
| GIR File: | Clutter-1.0.gir |
| C documentation: | ClutterRotateDirection |
| Enum : | RotateDirection |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Clutter.RotateDirection.CCW : 1
|
|
|
Number Clutter.RotateDirection.CW : 0
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Clutter.BehaviourEllipse
Property |
direction : Clutter.RotateDirection
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 |
direction : Clutter.RotateDirection
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.
|