Tooltip.setIconFromIconName

Sets the icon of the tooltip (which is in front of the text) to be the icon indicated by icon_name with the size indicated by size. If icon_name is NULL, the image will be hidden. Since 2.14

class Tooltip
void
setIconFromIconName

Parameters

iconName string

an icon name, or NULL. [allow-none]

size GtkIconSize

a stock icon size. [type int]

Meta