Package: gtk

Accessor gtk:cell-renderer-text-single-paragraph-mode

Lambda List

gtk:cell-renderer-text-single-paragraph-mode (object)

Syntax

(gtk:cell-renderer-text-single-paragraph-mode object) => mode
(setf (gtk:cell-renderer-text-single-paragraph-mode object) mode)

Arguments

object -- a gtk:cell-renderer-text object
mode -- a boolean whether to keep all text in a single paragraph

Details

The accessor for the single-paragraph-mode slot of the gtk:cell-renderer-text class gets or sets whether to keep all text in a single paragraph.

Warning

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

See also

2025-09-16