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@1307 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6161d0e0f4
commit
2e7a8ddf21
1 changed files with 7 additions and 2 deletions
|
|
@ -4,15 +4,20 @@ using namespace Upp;
|
|||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
EditString es1, es2;
|
||||
DropList es1;
|
||||
EditString es2;
|
||||
es1.Add("Hello!");
|
||||
ArrayCtrl list;
|
||||
list.AddColumn(t_("hun")).Edit(es1);
|
||||
list.AddColumn(t_("fin")).Edit(es2);
|
||||
list.Appending().AppendLine();
|
||||
list.AutoAppending();
|
||||
// list.AutoAppending();
|
||||
list.DoAppend();
|
||||
TopWindow win;
|
||||
win.Add(list.SizePos());
|
||||
win.Run();
|
||||
win.Sizeable();
|
||||
TabCtrl tab;
|
||||
tab.Set
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue