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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstattext.cpp111 wxString sText(wxGetWindowText(GetHWND()));
120 for (const wxChar *pc = sText; ; pc++)
H A Dmenuitem.cpp372 wxString sText = wxPMTextToLabel(rText); local
373 if (m_text == sText)
377 wxMenuItemBase::SetText(sText);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp220 void wxSVGFileDC::DoDrawRotatedText(const wxString& sText, wxCoord x, wxCoord y, double angle) argument
228 DoGetTextExtent(sText, &w, &h, &desc);
272 s = s + sTmp + sText + wxT("</text> ") + newline ;

Completed in 120 milliseconds