gtkTooltipsDataGet {RGtk2}R Documentation

gtkTooltipsDataGet

Description

Retrieves any GtkTooltipsData previously associated with the given widget. WARNING: gtk_tooltips_data_get has been deprecated since version 2.12 and should not be used in newly-written code.

Usage

gtkTooltipsDataGet(widget)

Arguments

widget [GtkWidget] a GtkWidget.

Value

[GtkTooltipsData] a GtkTooltipsData struct, or NULL if the widget has no tooltip.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]