StyleContext.lookupIconSet

gtk.icon_set.IconSet lookupIconSet(string stockId)

Looks up stock_id in the icon factories associated to context and the default icon factory, returning an icon set if found, otherwise null.

Parameters

stockIdan icon name

Returns

The looked up gtk.icon_set.IconSet, or null

Deprecated