Package: gtk

Accessor gtk-cell-renderer-text-wrap-width

Lambda List

gtk-cell-renderer-text-wrap-width (object)

Syntax

(gtk-cell-renderer-text-wrap-width object) => width
(setf (gtk-cell-renderer-text-wrap-width object) width)

Arguments

object -- a gtk-cell-renderer-text object
width -- an integer with the minimum width at which text is wrapped

Details

0 Accessor of the slot wrap-width slot of the gtk-cell-renderer-text class.

Specifies the minimum width at which the text is wrapped. The wrap-mode property can be used to influence at what character positions the line breaks can be placed. Setting wrap-width to -1 turns wrapping off.
 

See also

2020-6-13