Package: gtk

Function gtk:icon-theme-list-contexts

Lambda List

gtk:icon-theme-list-contexts (theme)

Arguments

theme -- a gtk:icon-theme object

Return Value

The list of strings holding the names of all the contexts in the icon theme.

Details

Gets the list of contexts available within the current hierarchy of icon themes.

Examples

(gtk:icon-theme-list-contexts (gtk:icon-theme-default))
=> ("International" "Emotes" "Places" "stock" "FileSystems"
    "Devices" "Applications" "Actions" "Categories" "Animations"
    "MimeTypes" "Stock" "Status" "Emblems")    
 

See also

2025-06-20