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 function retrieves the maximum allowed length
of the text in the text entry, or 0 if there is no maximum. The (setf gtk:entry-max-length) 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. Notes(gtk:entry-buffer-max-length (gtk:entry-buffer object))and (setf (gtk:entry-buffer-max-length (gtk:entry-buffer object)) max) | See also |
2024-5-22