mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@1640 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e911f590bc
commit
653585a9af
2 changed files with 4 additions and 5 deletions
|
|
@ -4,10 +4,10 @@ using namespace Upp;
|
|||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
// WithDropChoice<EditString> d;
|
||||
// d.AddList("Test");
|
||||
DropDate d;
|
||||
DropDate d1, d2;
|
||||
d1.Default(Date(1990, 1, 1));
|
||||
TopWindow win;
|
||||
win.Add(d.SizePos());
|
||||
win.Add(d1.HSizePos().TopPos(0, Ctrl::STDSIZE));
|
||||
win.Add(d2.HSizePos().TopPos(Ctrl::STDSIZE, Ctrl::STDSIZE));
|
||||
win.Run();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,4 +10,3 @@ GUI_APP_MAIN
|
|||
win.Add(tm.HSizePos().TopPos(10, Ctrl::STDSIZE));
|
||||
win.Run();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue