lookup_icon_set
Description:
[ Version ( deprecated = true , deprecated_since = "3.10" ) ]
public unowned IconSet? lookup_icon_set (string stock_id)
public unowned IconSet? lookup_icon_set (string stock_id)
Warning: lookup_icon_set is deprecated since 3.10.
Looks up stock_id
in the icon factories associated to this and the default icon factory,
returning an icon set if found, otherwise null.
Note:
Use lookup_icon instead.
Parameters:
this | |
stock_id |
an icon name |
Returns:
The looked up gtkiconset, or null |