Package: gtk
Function gtk:icon-theme-for-display
Lambda Listgtk:icon-theme-for-display (display) ArgumentsReturn ValueThe unique gtk:icon-theme object associated with the given display. This icon theme is associated with the display and can be used as long as the display is open. Details Gets the icon theme object associated with display.
If this function has not previously been called for the given display, a new
icon theme object will be created and associated with the display. Icon theme
objects are fairly expensive to create, so using this function is usually a better choice than calling the gtk:icon-theme-new function and setting
the display yourself. By using this function a single icon theme object will
be shared between users. | See also |
2024-5-24