Tooltip.setIconFromStock

Sets the icon of the tooltip (which is in front of the text) to be the stock item indicated by stock_id with the size indicated by size. If stock_id is null, the image will be hidden.

More...
class Tooltip
void
setIconFromStock

Parameters

stockId string

a stock id, or null

size gtk.types.IconSize

a stock icon size (#GtkIconSize)

Detailed Description