IconFactory.lookupDefault

Looks for an icon in the list of default icon factories. For display to the user, you should use Style.lookupIconSet on the gtk.Style for the widget that will display the icon, instead of using this function directly, so that themes are taken into account.

More...
class IconFactory
static
lookupDefault
(
string stockId
)

Parameters

stockId string

an icon name

Return Value

Type: IconSet

a gtk.IconSet, or NULL

Detailed Description

Deprecated: Use gtk.IconTheme instead.