gtkImageGetImage {RGtk2} | R Documentation |
Gets the GdkImage
and mask being displayed by the GtkImage
.
The storage type of the image must be GTK_IMAGE_EMPTY
or
GTK_IMAGE_IMAGE
(see gtkImageGetStorageType
).
The caller of this function does not own a reference to the
returned image and mask.
gtkImageGetImage(object)
|
[GtkImage ] a GtkImage |
A list containing the following elements:
|
[GdkImage ] return location for a GtkImage |
|
[GdkBitmap ] return location for a GdkBitmap |
Derived by RGtkGen from GTK+ documentation