Package: gtk

Accessor gtk:entry-buffer-text

Lambda List

gtk:entry-buffer-text (object)

Syntax

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

Arguments

object -- a gtk:entry-buffer object
text -- a string for the contents of the entry buffer

Details

The accessor for the text slot gets or sets the contents of the entry buffer. This is roughly equivalent to calling the gtk:entry-buffer-delete-text and gtk:entry-buffer-insert-text functions.
 

See also

2026-07-28