ultimatepp/upptst/EditTextDlg/main.cpp
cxl f9918c3f4f .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@13949 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-28 15:25:01 +00:00

9 lines
123 B
C++

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