pangoLayoutSetSingleParagraphMode {RGtk2} | R Documentation |
If setting
is TRUE
, do not treat newlines and similar characters
as paragraph separators; instead, keep all text in a single paragraph,
and display a glyph for paragraph separator characters. Used when
you want to allow editing of newlines on a single text line.
pangoLayoutSetSingleParagraphMode(object, setting)
|
[PangoLayout ] a PangoLayout |
|
[logical] new setting |
Derived by RGtkGen from GTK+ documentation