pangoLayoutCopy {RGtk2}R Documentation

pangoLayoutCopy

Description

Does a deep copy-by-value of the src layout. The attribute list, tab list, and text from the original layout are all copied by value.

Usage

pangoLayoutCopy(object)

Arguments

object [PangoLayout] a PangoLayout

Value

[PangoLayout] the newly allocated PangoLayout, with a reference count of one.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]