mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-29 22:32:38 -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
|
|
@ -16,6 +16,7 @@ GUI_APP_MAIN
|
|||
// SetLanguage(LNG_('P','L','P','L'));
|
||||
|
||||
// InstallCrashDump();
|
||||
DDUMP(GetStdFontCy());
|
||||
DUMP(GUI_PopUpEffect());
|
||||
RichEditWithToolBar e;
|
||||
e.SetPage(Size(6074, 3968));
|
||||
|
|
|
|||
|
|
@ -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