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 function gets the line wrapping for the text view. The (setf gtk:text-view-wrap-mode) function sets the line wrapping.
 

See also

2024-7-4