pangoLayoutGetWrap {RGtk2}R Documentation

pangoLayoutGetWrap

Description

Gets the wrap mode for the layout.

Usage

pangoLayoutGetWrap(object)

Arguments

object [PangoLayout] 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.12.5-3 Index]