Style.lookupIconSet
gtk.icon_set.IconSet lookupIconSet(string stockId)Looks up stock_id in the icon factories associated with style and the default icon factory, returning an icon set if found, otherwise null.
Parameters
stockId | an icon name |
Returns
icon set of stock_id
Deprecated
Use [gtk.style_context.StyleContext.lookupIconSet] instead