mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@13949 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c25166d044
commit
f9918c3f4f
2 changed files with 18 additions and 0 deletions
9
upptst/EditTextDlg/EditTextDlg.upp
Normal file
9
upptst/EditTextDlg/EditTextDlg.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
CtrlLib;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
9
upptst/EditTextDlg/main.cpp
Normal file
9
upptst/EditTextDlg/main.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <CtrlLib/CtrlLib.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
String txt;
|
||||
EditText(txt, "Edit", "text");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue