gtkImageGet {RGtk2}R Documentation

gtkImageGet

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

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


[Package RGtk2 version 2.20.21 Index]