gtkImageGetIconSet {RGtk2} | R Documentation |
Gets the icon set and size being displayed by the GtkImage
.
The storage type of the image must be GTK_IMAGE_EMPTY
or
GTK_IMAGE_ICON_SET
(see gtkImageGetStorageType
).
gtkImageGetIconSet(object)
|
[GtkImage ] a GtkImage |
A list containing the following elements:
|
[GtkIconSet ] location to store a GtkIconSet |
|
[GtkIconSize ] location to store a stock icon size |
Derived by RGtkGen from GTK+ documentation