pangoColorCopy: pangoColorCopy

Description Usage Arguments Value Author(s)

View source: R/pangoFuncs.R

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

1

Arguments

object

[PangoColor] color to copy, may be NULL

Value

[PangoColor] the newly allocated PangoColor, or NULL if src was NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to pangoColorCopy in RGtk2...