gtkPixmapSet {RGtk2} | R Documentation |
Sets the GdkPixmap
and GdkBitmap
mask.
WARNING: gtk_pixmap_set
is deprecated and should not be used in newly-written code.
gtkPixmapSet(object, val, mask = NULL)
|
[GtkPixmap ] a GtkPixmap . |
|
[GdkPixmap ] a GdkPixmap . |
|
[GdkBitmap ] a GdkBitmap , which indicates which parts of the pixmap should be
transparent. This can be NULL, in which case none of the pixmap is
transparent. |
Derived by RGtkGen from GTK+ documentation