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: IconSet

The looked up %GtkIconSet, or %NULL

Detailed Description

Deprecated: Use gtk_icon_theme_lookup_icon() instead.

Meta