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