gtkTooltipsetIcon {RGtk2}R Documentation

gtkTooltipsetIcon

Description

Sets the icon of the tooltip (which is in front of the text) to be pixbuf. If pixbuf is NULL, the image will be hidden.

Usage

gtkTooltipsetIcon(object, pixbuf)

Arguments

object [GtkTooltip] a GtkTooltip
pixbuf [GdkPixbuf] a GdkPixbuf, or NULL

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]