Gtk.StyleContext.prototype.lookup_icon_set

function lookup_icon_set(stock_id:String):Gtk.IconSet {
    // Gjs wrapper for gtk_style_context_lookup_icon_set()
}

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

stock_id

an icon name

Returns

The looked up %GtkIconSet, or null