gtkTooltipsDataGet {RGtk2} | R Documentation |
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.
gtkTooltipsDataGet(widget)
|
[GtkWidget ] a GtkWidget . |
[GtkTooltipsData
] a GtkTooltipsData
struct, or NULL
if the widget has no tooltip.
Derived by RGtkGen from GTK+ documentation