Style.lookupIconSet

Looks up @stock_id in the icon factories associated with @style and the default icon factory, returning an icon set if found, otherwise %NULL.

More...
class Style
lookupIconSet
(
string stockId
)

Parameters

stockId string

an icon name

Return Value

Type: IconSet

icon set of @stock_id

Detailed Description

Deprecated: Use gtk_style_context_lookup_icon_set() instead

Meta