Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Enum Clutter.TextDirection

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterTextDirection
Enum : TextDirection
  Show / Hide Inherited methods, properties and signals
The text direction to be used by ClutterActors
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter
Method
Clutter.get_default_text_direction () : Clutter.TextDirection
Retrieves the default direction for the text.
Clutter.Actor
Property
text_direction : Clutter.TextDirection
Clutter.Actor
Method
set_text_direction (TextDirection text_dir) : none
Sets the ClutterTextDirection for an actor The passed text direction must not be CLUTTER_TEXT_DIRECTION_DEFAULT If self implements ClutterContainer then this function will recurse inside all the children of self (including the internal ones).
Clutter.Actor
Method
get_text_direction () : Clutter.TextDirection
Retrieves the value set using clutter_actor_set_text_direction() If no text direction has been previously set, the default text direction, as returned by clutter_get_default_text_direction(), will be returned instead
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:38 GMT+0800 (HKT)