Package: gtk

Accessor gtk:entry-text

Lambda List

gtk:entry-text (object)

Syntax

(gtk:entry-text object) => text
(setf (gtk:entry-text object) text)

Arguments

object -- a gtk:entry widget
text -- a string with the contents of the entry

Details

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

2023-3-4