gtkWidgetGetTooltipWindow {RGtk2}R Documentation

gtkWidgetGetTooltipWindow

Description

Returns the GtkWindow of the current tooltip. This can be the GtkWindow created by default, or the custom tooltip window set using gtkWidgetSetTooltipWindow.

Usage

gtkWidgetGetTooltipWindow(object)

Arguments

object [GtkWidget] a GtkWidget

Details

Since 2.12

Value

[GtkWindow] The GtkWindow of the current tooltip.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]