gtkWidgetSetTooltipText {RGtk2} | R Documentation |
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.
gtkWidgetSetTooltipText(object, text)
|
[GtkWidget ] a GtkWidget |
|
[character] the contents of the tooltip for widget |
See also the GtkWidget:tooltip-text property and gtkTooltipsetText
.
Since 2.12
Derived by RGtkGen from GTK+ documentation