CellRendererText.ellipsize

Set ellipsize property.

  1. pango.types.EllipsizeMode ellipsize [@property getter]
  2. pango.types.EllipsizeMode ellipsize [@property setter]
    class CellRendererText
    @property
    void
    ellipsize

Parameters

propval pango.types.EllipsizeMode

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 pango.types.EllipsizeMode.None turns off ellipsizing. See the wrap-width property for another way of making the text fit into a given width.