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.7 Index]