Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkWidgetSetTooltipText: 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