Package: gtk

Accessor gtk:cell-renderer-text-ellipsize

Lambda List

gtk:cell-renderer-text-ellipsize (object)

Syntax

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

Arguments

object -- a gtk:cell-renderer-text object
mode -- a pango:ellipsize-mode value

Details

The accessor for the ellipsize slot gets or sets the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string. Setting it to the :none value turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.

Warning

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

See also

2026-08-19