My favorites
▼
|
Sign in
upp-mirror
U++ is the C++ development platform
Project Home
Downloads
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
uppdev
/
EditString
/
main.cpp
r5018
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();
}
Show details
Hide details
Change log
r4346
by cxl on Dec 26, 2011
Diff
.uppdev
Go to:
/trunk/uppdev/EditString
...uppdev/EditString/EditString.upp
/trunk/uppdev/EditString/init
/trunk/uppdev/EditString/main.cpp
/trunk/uppdev/LineEdit/LineEdit.upp
/trunk/uppdev/LineEdit/init
/trunk/uppdev/RichEditTest/main.cpp
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 192 bytes, 12 lines
View raw file
Powered by
Google Project Hosting