renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set.
CellRendererText.wrapMode
pango.types.WrapMode wrapMode() @propertyGet wrapMode property.
Returns
Specifies how to break the string into multiple lines, if the cell
void wrapMode(pango.types.WrapMode propval) @propertySet wrapMode property.
Parameters
propval | Specifies how to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string. This property has no effect unless the wrap-width property is set. |