Package: gtk

Function gtk-icon-theme-for-screen

Lambda List

gtk-icon-theme-for-screen (screen)

Arguments

screen -- a gdk-screen object

Return Value

A unique gtk-icon-theme object associated with the given screen.

Details

Gets the icon theme associated with the screen. This icon theme is associated with the screen and can be used as long as the screen is open.

If this function has not previously been called for the given screen, a new icon theme will be created and associated with the screen. Icon themes 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 screen yourself. By using this function a single icon theme will be shared between users.
 

See also

*2021-11-28