StyleContext.lookupIconSet

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

More...
class StyleContext
lookupIconSet
(
string stockId
)

Parameters

stockId string

an icon name

Return Value

Type: gtk.icon_set.IconSet

The looked up gtk.icon_set.IconSet, or null

Detailed Description

Deprecated: Use gtk.icon_theme.IconTheme.lookupIcon instead.