gtkTooltipsetIconFromStock {RGtk2}R Documentation

gtkTooltipsetIconFromStock

Description

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.

Usage

gtkTooltipsetIconFromStock(object, stock.id, size)

Arguments

object [GtkTooltip] a GtkTooltip
stock.id [character] a stock icon name, or NULL
size [GtkIconSize] a stock icon size

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]