Tooltips.getInfoFromTipWindow

Warning gtk_tooltips_get_info_from_tip_window has been deprecated since version 2.12 and should not be used in newly-written code. Determines the tooltips and the widget they belong to from the window in which they are displayed. This function is mostly intended for use by accessibility technologies; applications should have little use for it. Since 2.4

class Tooltips
static
int
getInfoFromTipWindow

Parameters

tipWindow Window

a GtkWindow

tooltips GtkTooltips*

the return location for the tooltips which are displayed in tip_window, or NULL

currentWidget Widget

the return location for the widget whose tooltips are displayed, or NULL

Return Value

Type: int

TRUE if tip_window is displaying tooltips, otherwise FALSE.

Meta