gtkTooltipsNew {RGtk2}R Documentation

gtkTooltipsNew

Description

Creates an empty group of tooltips. This function initialises a GtkTooltips structure. Without at least one such structure, you can not add tips to your application. WARNING: gtk_tooltips_new has been deprecated since version 2.12 and should not be used in newly-written code.

Usage

gtkTooltipsNew()

Value

[GtkTooltips] a new GtkTooltips group for you to use.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]