gtkPixmapSet: gtkPixmapSet

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1
gtkPixmapSet(object, val, mask = NULL)

Arguments

object

a GtkPixmap.

val

a GdkPixmap.

mask

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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkPixmapSet in RGtk2...