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 [GdkPixmap] a GDKPixmap.
mask [GdkBitmap] a GDKBitmap which indicates which parts of the pixmap should be transparent.

Value

[GtkWidget] a new GtkPixmap.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]