Method

ClutterTextset_ellipsize

Declaration [src]

void
clutter_text_set_ellipsize (
  ClutterText* self,
  PangoEllipsizeMode mode
)

Description [src]

Sets the mode used to ellipsize (add an ellipsis: “…”) to the text if there is not enough space to render the entire contents of a ClutterText actor.

Available since:1.0
Sets propertyClutter.Text:ellipsize

Parameters

mode PangoEllipsizeMode
 

A PangoEllipsizeMode.