Method

ClutterTextset_line_wrap

Declaration [src]

void
clutter_text_set_line_wrap (
  ClutterText* self,
  gboolean line_wrap
)

Description [src]

Sets whether the contents of a ClutterText actor should wrap, if they don’t fit the size assigned to the actor.

Available since:1.0
Sets propertyClutter.Text:line-wrap

Parameters

line_wrap gboolean
 

Whether the contents should wrap.