Package: gtk

Function gtk-image-new-from-gicon

Lambda List

gtk-image-new-from-gicon (icon size)

Arguments

icon -- a g-icon object
size -- an icon size as a value of the gtk-icon-size enumeration

Return Value

A 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

*2021-12-17