gtkTooltipsetIconFromStock {RGtk2} | R Documentation |
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.
gtkTooltipsetIconFromStock(object, stock.id, size)
|
[GtkTooltip ] a GtkTooltip |
|
[character] a stock icon name, or NULL |
|
[GtkIconSize ] a stock icon size |
Since 2.12
Derived by RGtkGen from GTK+ documentation