Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTooltipsSetTip

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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.