gtkPixmapNew {RGtk2}R Documentation

gtkPixmapNew

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

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


[Package RGtk2 version 2.20.21 Index]