mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: Removed debugging #define in Animate
git-svn-id: svn://ultimatepp.org/upp/trunk@7749 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
69b0840868
commit
4ba23dc89a
2 changed files with 3 additions and 2 deletions
|
|
@ -906,6 +906,7 @@ Ctrls. &]
|
|||
[s5;:Ctrl`:`:AddChild`(Ctrl`*`,Ctrl`*`):%- [@(0.0.255) void]_[* AddChild]([_^`:`:Ctrl^ Ctrl
|
||||
]_`*[*@3 child], [_^`:`:Ctrl^ Ctrl]_`*[*@3 insafter])&]
|
||||
[s2;b17;a17; Inserts child Ctrl after another Ctrl that is already
|
||||
child. If [%-*@3 insafter] is NULL, child is inserted as the first
|
||||
child.&]
|
||||
[s7;i1120;a17; [%-*C@3 child]-|Pointer to child Ctrl.&]
|
||||
[s7;i1120;a17; [%-*C@3 insafter]-|Ctrl that will be before inserted
|
||||
|
|
@ -915,7 +916,7 @@ Ctrl.&]
|
|||
[s5;:Ctrl`:`:AddChildBefore`(Ctrl`*`,Ctrl`*`):%- [@(0.0.255) void]_[* AddChildBefore]([_^`:`:Ctrl^ C
|
||||
trl]_`*[*@3 child], [_^`:`:Ctrl^ Ctrl]_`*[*@3 insbefore])&]
|
||||
[s2;b17;a17; Inserts child Ctrl before another Ctrl that is already
|
||||
child.&]
|
||||
child. If [%-*@3 insbefore], child is inserted as last child.&]
|
||||
[s7;i1120;a17; [%-*C@3 child]-|Pointer to child Ctrl.&]
|
||||
[s7;i1120;a17; [%-*C@3 insbefore]-|Ctrl that will be after inserted
|
||||
Ctrl.&]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAMESPACE_UPP
|
|||
|
||||
#define LLOG(x) // RLOG(x)
|
||||
|
||||
#define SLOWANIMATION
|
||||
// #define SLOWANIMATION
|
||||
|
||||
#define IMAGECLASS CtrlImg
|
||||
#define IMAGEFILE <CtrlLib/Ctrl.iml>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue