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

Accessor of the text slot of the gtk:entry-buffer class. The gtk:entry-buffer-text function retrieves the contents of the entry buffer. The (setf gtk:entry-buffer-text) function sets the text. This is roughly equivalent to calling the gtk:entry-buffer-delete-text and gtk:entry-buffer-insert-text functions.
 

See also

2025-2-13