Tooltip.setIconFromGicon
void setIconFromGicon(gio.icon.Icon gicon, gtk.types.IconSize size)Sets the icon of the tooltip (which is in front of the text) to be the icon indicated by gicon with the size indicated by size. If gicon is null, the image will be hidden.
Parameters
gicon | a #GIcon representing the icon, or null |
size | a stock icon size (#GtkIconSize) |