gtkImageSet: gtkImageSet

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Sets the GtkImage. WARNING: gtk_image_set has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkImageSetFromImage instead.

Usage

1
gtkImageSet(object, val, mask)

Arguments

object

a GtkImage

val

a GdkImage

mask

a GdkBitmap that indicates which parts of the image should be transparent.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkImageSet in RGtk2...