Package: gtk
Accessor gtk-entry-max-length
Lambda Listgtk-entry-max-length (object) SyntaxArgumentsDetails Accessor of the max-length slot of the gtk-entry
class. The gtk-entry-max-length slot access function retrieves the maximum allowed length of the text in the entry, or 0 if there is no maximum. This is equivalent to: (gtk-entry-buffer-max-length (gtk-entry-buffer object))The (setf gtk-entry-max-length) slot access function 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. This is equivalent to (setf (gtk-entry-buffer-max-length (gtk-entry-buffer object)) max) | See also |
2021-11-2