Package: gtk

Accessor gtk-text-view-wrap-mode

Lambda List

gtk-text-view-wrap-mode (object)

Syntax

(gtk-text-view-wrap-mode object) => mode
(setf (gtk-text-view-wrap-mode object) mode)

Arguments

object -- a gtk-text-view widget
mode -- a value of the gtk-wrap-mode enumeration

Details

Accessor of the wrap-mode slot of the gtk-text-view class.

The gtk-text-view-wrap-mode slot access function gets the line wrapping for the text view. The (setf gtk-text-view-wrap-mode) slot access function sets the line wrapping.
 

See also

2021-10-16