gtkTooltipsSetTip {RGtk2} | R Documentation |
Adds a tooltip containing the message tip.text
to the specified GtkWidget
.
gtkTooltipsSetTip(object, widget, tip.text = NULL, tip.private = NULL)
|
[GtkTooltips ] a GtkTooltips . |
|
[GtkWidget ] the GtkWidget you wish to associate the tip with. |
|
[character] a string containing the tip itself. |
|
[character] a string of any further information that may be useful if the user gets stuck. |
Derived by RGtkGen from GTK+ documentation