Searched refs:ss_tooltips (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtooltip.cpp27 static GtkTooltips *ss_tooltips = (GtkTooltips*) NULL; variable
51 if (!ss_tooltips)
53 ss_tooltips = gtk_tooltips_new();
59 m_window->ApplyToolTip( ss_tooltips, (wxChar*) NULL );
61 m_window->ApplyToolTip( ss_tooltips, m_text );
66 if (!ss_tooltips) return;
69 gtk_tooltips_enable( ss_tooltips );
71 gtk_tooltips_disable( ss_tooltips );
76 if (!ss_tooltips)
79 gtk_tooltips_set_delay( ss_tooltips, (in
[all...]

Completed in 15 milliseconds