gtkTooltipsSetTip: gtkTooltipsSetTip

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

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

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

Arguments

object

a GtkTooltips.

widget

the GtkWidget you wish to associate the tip with.

tip.text

a string containing the tip itself. [ allow-none ]

tip.private

a string of any further information that may be useful if the user gets stuck. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.