IconFactory.lookupDefault

Looks for an icon in the list of default icon factories. For display to the user, you should use gtk.style.Style.lookupIconSet on the #GtkStyle 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: gtk.icon_set.IconSet

a #GtkIconSet, or null

Detailed Description

Deprecated: Use #GtkIconTheme instead.