gtkToolItemSetTooltip: gtkToolItemSetTooltip

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Sets the GtkTooltips object to be used for tool.item, the text to be displayed as tooltip on the item and the private text to be used. See gtkTooltipsSetTip. WARNING: gtk_tool_item_set_tooltip has been deprecated since version 2.12 and should not be used in newly-written code. Use gtkToolItemSetTooltipText instead.

Usage

1
gtkToolItemSetTooltip(object, tooltips, tip.text = NULL, tip.private = NULL)

Arguments

object

a GtkToolItem

tooltips

The GtkTooltips object to be used

tip.text

text to be used as tooltip text for tool.item. [ allow-none ]

tip.private

text to be used as private tooltip text. [ allow-none ]

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


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