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@5963 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d38e505cd7
commit
432b705be8
2 changed files with 2919 additions and 7 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -47,7 +47,7 @@ GUI_APP_MAIN
|
|||
e.SetPosInfo(f);
|
||||
// e.Pick(ParseQTF(AsQTF(CreateImageObject(CtrlImg::exclamation)) + " hahahaha"));
|
||||
MyApp w;
|
||||
w.ToolWindow();
|
||||
// w.ToolWindow();
|
||||
w.SetRect(0, 0, 700, 500);
|
||||
w.Sizeable().Zoomable();
|
||||
w.Add(e.SizePos());
|
||||
|
|
@ -61,5 +61,8 @@ GUI_APP_MAIN
|
|||
SaveFile(FileName(), x);
|
||||
f = e.GetPosInfo();
|
||||
StoreToFile(f, ConfigFile("pos"));
|
||||
|
||||
SaveFile(GetHomeDirFile("test.rtf"), EncodeRTF(e.Get()));
|
||||
|
||||
LOG("Exit");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue