gtkTooltipsetText {RGtk2}R Documentation

gtkTooltipsetText

Description

Sets the text of the tooltip to be text. If text is NULL, the label will be hidden. See also gtkTooltipsetMarkup.

Usage

gtkTooltipsetText(object, text)

Arguments

object [GtkTooltip] a GtkTooltip
text [character] a text string or NULL

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]