Package: gtk
Function gtk-icon-theme-add-builtin-icon
Lambda Listgtk-icon-theme-add-builtin-icon (name size pixbuf) ArgumentsDetails
Registers a built-in icon for icon theme lookups.
Different images can be registered for the same icon name at different sizes. The idea of built-in icons is to allow an application or library that uses themed icons to function requiring files to be present in the file system. For instance, the default images for all stock icons of GTK are registered as built-in icons. In general, if you use the gtk-icon-theme-add-builtin-icon function you should also install the icon in the icon theme, so that the icon is generally available. Warning | See also |
2021-11-28