pangoLayoutGetWrap {RGtk2}R Documentation

pangoLayoutGetWrap

Description

Gets the wrap mode for the layout.

Usage

pangoLayoutGetWrap(object)

Arguments

object

a PangoLayout

Details

Use pangoLayoutIsWrapped to query whether any paragraphs were actually wrapped.

Value

[PangoWrapMode] active wrap mode.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]