Package: gtk

Accessor gtk:entry-truncate-multiline

Lambda List

gtk:entry-truncate-multiline (object)

Syntax

(gtk:entry-truncate-multiline object) => truncate
(setf (gtk:entry-truncate-multiline object) truncate)

Arguments

object -- a gtk:entry widget
truncate -- a boolean whether multi-line text is truncated

Details

Accessor of the truncate-multiline slot of the gtk:entry class. If true, pasted multi-line text is truncated to the first line.
 

See also

2024-5-22