gtkTooltipsNew: gtkTooltipsNew

Description Usage Value Author(s)

View source: R/gtkFuncs.R

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

1

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkTooltipsNew in RGtk2...