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 with the contents of the buffer

Details

Accessor of the text slot of the gtk-entry-buffer class.

The slot access function gtk-entry-buffer-text retrieves the contents of the buffer. The slot access function (setf gtk-entry-buffer-text sets the text in the entry buffer.

This is roughly equivalent to calling the functions gtk-entry-buffer-delete-text and gtk-entry-buffer-insert-text.
 

See also

2020-5-31