gtkPixmapNew {RGtk2} | R Documentation |
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.
gtkPixmapNew(pixmap, mask = NULL, show = TRUE)
|
[GdkPixmap ] a GDKPixmap . |
|
[GdkBitmap ] a GDKBitmap which indicates which parts of the pixmap should be
transparent. |
Derived by RGtkGen from GTK+ documentation