Package: gtk

Function gtk:icon-theme-list-icons

Lambda List

gtk:icon-theme-list-icons (theme context)

Arguments

theme -- a gtk:icon-theme object
context -- a string identifying a particular type of icon, or nil to list all icons

Return Value

The list of strings holding the names of all the icons in the theme.

Details

Lists the icons in the current icon theme. Only a subset of the icons can be listed by providing a context string. The set of values for the context string is system dependent, but will typically include such values as "Applications" and "MimeTypes".
 

See also

#2024-12-29