| gtkImageGetIconName {RGtk2} | R Documentation |
Gets the icon name and size being displayed by the GtkImage.
The storage type of the image must be GTK_IMAGE_EMPTY or
GTK_IMAGE_ICON_NAME (see gtkImageGetStorageType).
gtkImageGetIconName(object)
|
[GtkImage] a GtkImage |
Since 2.6
A list containing the following elements:
|
[character] place to store an icon name |
|
[GtkIconSize] place to store an icon size |
Derived by RGtkGen from GTK+ documentation