Package: gtk

Accessor gtk:text-truncate-multiline

Lambda List

gtk:text-truncate-multiline (object)

Syntax

(gtk:text-truncate-multiline object) => setting
(setf (gtk:text-truncate-multiline object) setting)

Arguments

object -- a gtk:text widget
setting -- a boolean whether the text entry will truncate multi-line text

Details

The accessor for the truncate-multiline slot of the gtk:text class gets or sets whether the text entry will truncate multi-line text that is pasted into the widget.
 

See also

2025-08-11