gtkPixmapNew: gtkPixmapNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkPixmap, using the given GDK pixmap and mask. WARNING: gtk_pixmap_new is deprecated and should not be used in newly-written code.

Usage

1
gtkPixmapNew(pixmap, mask = NULL, show = TRUE)

Arguments

pixmap

a GDKPixmap.

mask

. [ allow-none ]

Value

[GtkWidget] a new GtkPixmap.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkPixmapNew in RGtk2...