Image.getIconSet

Gets the icon set and size being displayed by the #GtkImage. The storage type of the image must be gtk.types.ImageType.Empty or gtk.types.ImageType.IconSet (see gtk.image.Image.getStorageType).

More...
class Image
void
getIconSet

Parameters

iconSet gtk.icon_set.IconSet

location to store a #GtkIconSet, or null

size gtk.types.IconSize

location to store a stock icon size (#GtkIconSize), or null

Detailed Description

Deprecated: Use gtk.image.Image.getIconName instead.