Package: gtk

Function gtk:image-new-from-icon-name

Lambda List

gtk:image-new-from-icon-name (name size)

Arguments

name -- a string with an icon name
size -- a gtk:icon-size value for the icon size

Return Value

The new gtk:image widget displaying the themed icon.

Details

Creates an image displaying an icon from the current icon theme. If the icon name is not known, a "broken image" icon will be displayed instead. If the current icon theme is changed, the icon will be updated appropriately.
 

See also

#2023-3-20