Method
ClutterTextBufferset_max_length
Declaration [src]
void
clutter_text_buffer_set_max_length (
ClutterTextBuffer* buffer,
gint max_length
)
Description [src]
Sets the maximum allowed length of the contents of the buffer. If the current contents are longer than the given length, then they will be truncated to fit.
Available since: | 1.10 |
Sets property | Clutter.TextBuffer:max-length |