mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@5577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e724969ada
commit
142a8299c0
1 changed files with 1 additions and 5 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue