git-svn-id: svn://ultimatepp.org/upp/trunk@5577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-11-22 10:57:32 +00:00
parent e724969ada
commit 142a8299c0

View file

@ -6,11 +6,7 @@ GUI_APP_MAIN
{
EditString es;
TopWindow win;
String h;
h << "Something ";
h.Cat('\0');
h << " to test";
es <<= h;
es <<= "CCCCCCCCCCCCCCC";
win.Add(es.HSizePos().TopPos(0, Ctrl::STDSIZE));
win.Run();
}