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 for the contents of the editable widget

Details

The accessor for the text slot of the gtk:editable class gets or sets the contents of the editable widget.
 

See also

2025-08-06