gtkTooltipSetIconFromIconName: gtkTooltipSetIconFromIconName
Description
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.Usage
gtkTooltipSetIconFromIconName(object, icon.name = NULL, size)
Arguments
icon.name
an icon name, or NULL
. [ allow-none ] size
a stock icon size. [ type int]