Method
GtkTooltipset_icon_from_stock
deprecated: 3.10 since: 2.12
Declaration [src]
void
gtk_tooltip_set_icon_from_stock (
GtkTooltip* tooltip,
const gchar* stock_id,
GtkIconSize size
)
Description [src]
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.
Available since: 2.12
Deprecated since: 3.10
Use gtk_tooltip_set_icon_from_icon_name()
instead.