Package: gtk

Accessor gtk:editable-text

Lambda List

gtk:editable-text (object)

Syntax

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

Arguments

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

Details

Accessor of the text slot of the gtk:editable class. The gtk:editable-text function retrieves the contents of the editable widget. The (setf gtk:editable-text) function sets the text in the editable widget to the given value, replacing the current contents.
 

See also

2023-10-24