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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp152 stc2wx(faceName),
467 hdc->DrawText(stc2wx(s, len), rc.left, ybase - font.ascent);
480 hdc->DrawText(stc2wx(s, len), rc.left, ybase - font.ascent);
495 hdc->DrawText(stc2wx(s, len), rc.left, ybase - font.ascent);
503 wxString str = stc2wx(s, len);
546 hdc->GetTextExtent(stc2wx(s, len), &w, &h);
557 hdc->GetTextExtent(stc2wx(s, 1), &w, &h);
728 GETWIN(id)->SetLabel(stc2wx(s));
1220 Append(stc2wx(s), type);
1239 wxStringTokenizer tkzr(stc2wx(lis
1547 wxString stc2wx(const char* str, size_t len) function
1561 wxString stc2wx(const char* str) function
[all...]
H A DScintillaWX.cpp299 wxString dragText = stc2wx(drag.s, drag.len);
544 wxString text = wxTextBuffer::Translate(stc2wx(st.s, st.len-1));
589 ((wxMenu*)popup.GetID())->Append(cmd, wxGetTranslation(stc2wx(label)));
610 wxString text = stc2wx(st.s, st.len);
H A Dstc.cpp395 return stc2wx(buf);
1169 return stc2wx(buf);
1221 return stc2wx(buf);
1242 return stc2wx(buf);
1333 return stc2wx(buf);
2564 return stc2wx(buf);
2578 return stc2wx(buf);
3219 evt.SetText(stc2wx(text, length));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3599 WXDLLIMPEXP_STC wxString stc2wx(const char* str);
3600 WXDLLIMPEXP_STC wxString stc2wx(const char* str, size_t len);
3605 inline wxString stc2wx(const char* str) { function
3608 inline wxString stc2wx(const char* str, size_t len) { function

Completed in 62 milliseconds