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@5414 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c055eceb71
commit
d63d49797f
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@ GUI_APP_MAIN
|
|||
{
|
||||
EditString es;
|
||||
TopWindow win;
|
||||
es <<= "Something to test";
|
||||
String h;
|
||||
h << "Something ";
|
||||
h.Cat('\0');
|
||||
h << " to test";
|
||||
es <<= h;
|
||||
win.Add(es.HSizePos().TopPos(0, Ctrl::STDSIZE));
|
||||
win.Run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue