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: gtk.icon_set.IconSet

icon set of stock_id

Detailed Description