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

A 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.

Example

(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

*2021-11-28