gdkPixbufCopy: gdkPixbufCopy

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Creates a new GdkPixbuf with a copy of the information in the specified pixbuf.

Usage

1
gdkPixbufCopy(object)

Arguments

object

A pixbuf.

Value

[GdkPixbuf] A newly-created pixbuf with a reference count of 1, or NULL if not enough memory could be allocated.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkPixbufCopy in RGtk2...