Package: gtk

Accessor gtk:text-tag-wrap-mode

Lambda List

gtk:text-tag-wrap-mode (object)

Syntax

(gtk:text-tag-wrap-mode object) => wrap-mode
(setf (gtk:text-tag-wrap-mode object) wrap-mode)

Arguments

object -- a gtk:text-tag object
wrap-mode -- a value of the gtk:wrap-mode enumeration

Details

Accessor of the wrap-mode slot of the gtk:text-tag class. Whether to wrap lines never, at word boundaries, or at character boundaries.
 

See also

#2023-3-15