setMaxLength

open fun setMaxLength(max: Int)

Sets the maximum allowed length of the contents of the widget.

If the current contents are longer than the given length, then they will be truncated to fit. The length is is in characters.

This is equivalent to getting @entry's GtkEntryBuffer and calling method@Gtk.EntryBuffer.set_max_length on it.

Parameters

max

the maximum length of the entry, or 0 for no maximum. (other than the maximum length of entries.) The value passed in will be clamped to the range 0-65536.