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

Accessor of the truncate-multiline slot of the gtk:text class. The gtk:text-truncate-multiline function returns whether the text entry will truncate multi-line text that is pasted into the widget. The (setf gtk:text-truncate-multiline) function sets the property.
 

See also

2024-5-17