pangoColorCopy {RGtk2}R Documentation

pangoColorCopy

Description

Creates a copy of src. Primarily used by language bindings, not that useful otherwise (since colors can just be copied by assignment in C).

Usage

pangoColorCopy(object)

Arguments

object [PangoColor] color to copy

Value

[PangoColor] the newly allocated PangoColor.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]