gtkTooltipsetCustom {RGtk2}R Documentation

gtkTooltipsetCustom

Description

Replaces the widget packed into the tooltip with custom.widget. By default a box with a GtkImage and GtkLabel is embedded in the tooltip, which can be configured using gtkTooltipsetMarkup and gtkTooltipsetIcon.

Usage

gtkTooltipsetCustom(object, custom.widget)

Arguments

object [GtkTooltip] a GtkTooltip
custom.widget [GtkWidget] a GtkWidget

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]