Package: gtk
Accessor gtk:entry-text
Lambda Listgtk:entry-text (object) SyntaxArgumentsDetails              Accessor of the text slot of the gtk:entry class.    The gtk:entry-text function retrieves the contents of the entry widget  as a string. The (setf gtk:entry-text) function sets the text, replacing the
  current contents. See also the gtk:editable-chars and gtk:entry-buffer-text functions. This is equivalent to: (gtk:entry-buffer-text (gtk:entry-buffer object))  | See also | 
2025-07-09