how the line wrapping is done. The default is [pango.types.WrapMode.Word], which means wrap on word boundaries.
Label.wrapMode
pango.types.WrapMode wrapMode() @propertyGet wrapMode property.
Returns
If line wrapping is on (see the #GtkLabel:wrap property) this controls
void wrapMode(pango.types.WrapMode propval) @propertySet wrapMode property.
Parameters
propval | If line wrapping is on (see the #GtkLabel:wrap property) this controls how the line wrapping is done. The default is [pango.types.WrapMode.Word], which means wrap on word boundaries. |