gtkStatusIconSetTooltip {RGtk2}R Documentation

gtkStatusIconSetTooltip

Description

Sets the tooltip of the status icon. WARNING: gtk_status_icon_set_tooltip has been deprecated since version 2.16 and should not be used in newly-written code. Use gtkStatusIconSetTooltipText instead.

Usage

gtkStatusIconSetTooltip(object, tooltip.text)

Arguments

object

a GtkStatusIcon

tooltip.text

the tooltip text, or NULL. [ allow-none ]

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]