Package: gtk
Function gtk:icon-info-filename
Lambda Listgtk:icon-info-filename (info) ArgumentsReturn Value
A string with the filename for the icon. Details
Gets the filename for the icon. If the :use-builtin flag was passed to the gtk:icon-theme-lookup-icon function, there may be no filename if a
built-in icon is returned. In this case, you should use the gtk:icon-info-builtin-pixbuf function. Examples(gtk:icon-theme-lookup-icon (gtk:icon-theme-default) "battery" 0 0) => #.(SB-SYS:INT-SAP #X01D3F840) (gtk:icon-info-filename *) => "/usr/share/icons/Humanity/devices/24/battery.svg" | See also |
#2023-3-20