IconFactory.lookupDefault

gtk.icon_set.IconSet lookupDefault(string stockId)

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.

Parameters

stockIdan icon name

Returns

a #GtkIconSet, or null

Deprecated

Use #GtkIconTheme instead.