IconFactory.lookupDefault

Looks for an icon in the list of default icon factories. For display to the user, you should use gtk_style_lookup_icon_set() 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: IconSet

a #GtkIconSet, or %NULL

Detailed Description

Deprecated: Use #GtkIconTheme instead.

Meta