gtkPixmapSet {RGtk2}R Documentation

gtkPixmapSet

Description

Sets the GdkPixmap and GdkBitmap mask. WARNING: gtk_pixmap_set is deprecated and should not be used in newly-written code.

Usage

gtkPixmapSet(object, val, mask = NULL)

Arguments

object [GtkPixmap] a GtkPixmap.
val [GdkPixmap] a GdkPixmap.
mask [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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]