gtkImageGet: gtkImageGet

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Gets the GtkImage. WARNING: gtk_image_get has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkImageGetImage instead.

Usage

1
gtkImageGet(object)

Arguments

object

a GtkImage

Value

A list containing the following elements:

val

return location for 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 gtkImageGet in RGtk2...