gtkWidgetSetTooltipText {RGtk2}R Documentation

gtkWidgetSetTooltipText

Description

Sets text as the contents of the tooltip. This function will take care of setting GtkWidget:has-tooltip to TRUE and of the default handler for the GtkWidget::query-tooltip signal.

Usage

gtkWidgetSetTooltipText(object, text)

Arguments

object

a GtkWidget

text

the contents of the tooltip for widget

Details

See also the GtkWidget:tooltip-text property and gtkTooltipSetText. Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]