gtkLabelSetLineWrapMode {RGtk2} | R Documentation |
If line wrapping is on (see gtkLabelSetLineWrap
) this controls how
the line wrapping is done. The default is PANGO_WRAP_WORD
which means
wrap on word boundaries.
gtkLabelSetLineWrapMode(object, wrap.mode)
|
[GtkLabel ] a GtkLabel |
|
[PangoWrapMode ] the line wrapping mode |
Since 2.10
Derived by RGtkGen from GTK+ documentation