My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
#include <CtrlLib/CtrlLib.h>

using namespace Upp;

GUI_APP_MAIN
{
EditString es;
TopWindow win;
es <<= "Something to test";
win.Add(es.HSizePos().TopPos(0, Ctrl::STDSIZE));
win.Run();
}

Change log

r4346 by cxl on Dec 26, 2011   Diff
.uppdev
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 192 bytes, 12 lines
Powered by Google Project Hosting