Method
ClutterActorset_text_direction
Declaration [src]
void
clutter_actor_set_text_direction (
ClutterActor* self,
ClutterTextDirection text_dir
)
Description [src]
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).
Composite actors not implementing ClutterContainer
, or actors requiring
special handling when the text direction changes, should connect to
the GObject::notify
signal for the ClutterActor:text-direction
property.
Sets property | Clutter.Actor:text-direction |
Parameters
text_dir
-
Type:
ClutterTextDirection
The text direction for
self
.