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] a new PangoLayout identical to src

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]