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
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
get_rotation (RotateAxis axis, Object out_values) : gdouble
Retrieves the angle and center of rotation on the given axis,
set using clutter_actor_set_rotation().
Clutter.Actor
Method
set_rotation (RotateAxis axis, gdouble angle, gfloat x, gfloat y, gfloat z) : none
Sets the rotation angle of self around the given axis.
Clutter.BehaviourEllipse
Method
get_angle_tilt (RotateAxis axis) : gdouble
Gets the tilt of the ellipse around the center in the given axis.
Clutter.BehaviourEllipse
Method
set_angle_tilt (RotateAxis axis, gdouble angle_tilt) : none
Sets the angle at which the ellipse should be tilted around it's center.
Clutter.BehaviourRotate
Property
The axis of 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_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 Sat Apr 16 2011 17:09:50 GMT+0800 (HKT)