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
stockId | an icon name |
Returns
The looked up gtk.icon_set.IconSet, or null
Deprecated
Use gtk.icon_theme.IconTheme.lookupIcon instead.