mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@3895 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8de669b422
commit
c8f95a22b2
2 changed files with 4 additions and 2 deletions
|
|
@ -27,8 +27,9 @@ GUI_APP_MAIN
|
|||
TopWindow app;
|
||||
app.Sizeable();
|
||||
ArrayCtrl x;
|
||||
x.AddColumn("");
|
||||
for(int i = 0; i < 30; i++)
|
||||
x.HeaderObject().Absolute();
|
||||
x.AddColumn("", 2000);
|
||||
for(int i = 0; i < 1000; i++)
|
||||
x.Add(i);
|
||||
app.Add(x.SizePos());
|
||||
app.Run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue