gtkTooltipsSetTip {RGtk2}R Documentation

gtkTooltipsSetTip

Description

Adds a tooltip containing the message tip.text to the specified GtkWidget. WARNING: gtk_tooltips_set_tip has been deprecated since version 2.12 and should not be used in newly-written code.

Usage

gtkTooltipsSetTip(object, widget, tip.text = NULL, tip.private = NULL)

Arguments

object [GtkTooltips] a GtkTooltips.
widget [GtkWidget] the GtkWidget you wish to associate the tip with.
tip.text [character] a string containing the tip itself.
tip.private [character] a string of any further information that may be useful if the user gets stuck.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]