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

Accessor of the ellipsize slot of the gtk-cell-renderer-text class.

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

See also

2020-6-13