Method
ClutterTextset_max_length
Declaration [src]
void
clutter_text_set_max_length (
ClutterText* self,
gint max
)
Description [src]
Sets the maximum allowed length of the contents of the actor. If the current contents are longer than the given length, then they will be truncated to fit.
Sets property | Clutter.Text:max-length |