git-svn-id: svn://ultimatepp.org/upp/trunk@13949 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-01-28 15:25:01 +00:00
parent c25166d044
commit f9918c3f4f
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,9 @@
uses
CtrlLib;
file
main.cpp;
mainconfig
"" = "GUI";

View file

@ -0,0 +1,9 @@
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
String txt;
EditText(txt, "Edit", "text");
}