Package: gtk
Function gtk:icon-factory-lookup
Lambda Listgtk:icon-factory-lookup (factory stock-id) ArgumentsReturn ValueThe gtk:icon-set instance of stock-id. Details Looks up stock-id in the icon factory, returning an icon set if found, otherwise nil. For display to the user, you should use the gtk_style_lookup_icon_set() function on the GtkStyle object for the widget that will display the
icon, instead of using this function directly, so that themes are taken into
account. Warning | See also |
#2023-3-27