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

Accessor of the 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 the width argument to -1 turns wrapping off.

Warning

The gtk:cell-renderer-text implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-21