Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.RotateAxis

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterRotateAxis
Enum : RotateAxis
  Show / Hide Inherited methods, properties and signals
Axis of a rotation.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Method
set_rotation (RotateAxis axis, Number angle, Number x, Number y, Number z) : none
Sets the rotation angle of self around the given axis.
Clutter.Actor
Method
get_rotation (RotateAxis axis, Object out_values) : Number
Retrieves the angle and center of rotation on the given axis, set using clutter_actor_set_rotation().
Clutter.BehaviourEllipse
Method
set_angle_tilt (RotateAxis axis, Number angle_tilt) : none
degrees.
Clutter.BehaviourEllipse
Method
get_angle_tilt (RotateAxis axis) : Number
Gets the tilt of the ellipse around the center in the given axis.
Clutter.BehaviourRotate
Property
The axis of 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_axis () : Clutter.RotateAxis
Retrieves the ClutterRotateAxis used by the rotate behaviour.
Clutter.BehaviourRotate
Method
set_axis (RotateAxis axis) : none
Sets the axis 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)