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 [GtkWidget] a GtkWidget
text [character] 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.12.5-3 Index]