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

a GtkTooltip

text

a text string or NULL. [ allow-none ]

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]