Package: gtk
Accessor gtk:entry-buffer-max-length
Lambda Listgtk:entry-buffer-max-length (object) SyntaxArgumentsDetails Accessor of the max-length slot of the gtk:entry-buffer class. The gtk:entry-buffer-max-length function returns the maximum allowed
number of characters in a entry buffer, or 0 if there is no maximum. The (setf gtk:entry-buffer-max-length) function sets the maximum allowed length.
If the current contents are longer than the given length, then they will be
truncated to fit. | See also |
2025-07-08