pangoColorCopy {RGtk2} | R Documentation |
Creates a copy of src
, Primarily used by language bindings,
not that useful otherwise (since colors can just be copied
by assignment in C).
pangoColorCopy(object)
|
color to copy, may be |
[PangoColor
] the newly allocated PangoColor
, or NULL
if src
was NULL
.
Derived by RGtkGen from GTK+ documentation