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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.cpp697 static wxString s_tip = _T("This is a tooltip"); local
704 s_tip
710 s_tip = dialog.GetValue();
711 s_tip.Replace(_T("\\n"), _T("\n"));
715 page->GetWidget()->SetToolTip(s_tip);
719 ctrl2->SetToolTip(s_tip);

Completed in 135 milliseconds