Image.getIconSet

Gets the icon set and size being displayed by the gtk.Image The storage type of the image must be GTK_IMAGE_EMPTY or GTK_IMAGE_ICON_SET (see Image.getStorageType).

More...
class Image
void
getIconSet

Parameters

iconSet IconSet

location to store a gtk.IconSet, or NULL

size GtkIconSize

location to store a stock icon size (gtk.IconSize), or NULL

Detailed Description

Deprecated: Use Image.getIconName instead.