Unicode fix; removed old project files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-25 18:56:26 +00:00
parent 31d44d0fd5
commit 727673714e
6 changed files with 6 additions and 414 deletions

View File

@@ -238,9 +238,9 @@ void MySTC::OnKeyPressed(wxKeyEvent& evt)
if (evt.ShiftDown()) {
// show how to do CallTips
CallTipSetBackground(wxColour(_T("YELLOW")));
CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\n"
"show some suff, maybe parameters..\n\n"
"fubar(param1, param2)"));
CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\n\
show some suff, maybe parameters..\n\n\
fubar(param1, param2)"));
}
else {
// show how to do AutoComplete