Package: gtk

Function gtk:tooltip-set-icon-from-icon-name

Lambda List

gtk:tooltip-set-icon-from-icon-name (tooltip name size)

Arguments

tooltip -- a gtk:tooltip object
name -- a string with the icon name, or nil
size -- a gtk:icon-size value for the icon size

Details

Sets the icon of the tooltip, which is in front of the text, to be the icon indicated by name with the size indicated by size. If name is nil, the image will be hidden.
 

See also

#2023-2-23