diff options
Diffstat (limited to 'new/parentplan')
| -rw-r--r-- | new/parentplan | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/new/parentplan b/new/parentplan index 80f6eb9..9f817b5 100644 --- a/new/parentplan +++ b/new/parentplan @@ -27,13 +27,27 @@ c.Add(h) p.Update() c.Resize() d.Remove(1) - f.RemoveParent() + f.SetParent(NULL) p.Update() c.Resize() g.Hide() p.Update() c.Resize() w.SetChild(i) - ????????????? + p.SetChild(i) + c.SetParent(NULL) + d.SetParent(NULL) + ... + i.SetParent(p) + ... + p.Update() + i.Resize() +w.SetChild(NULL) + p.SetChild(NULL) + i.SetParent(NULL) + p.Update() +w.SetChild(i) + (again) w.Destroy() - ????????????? + p.Destroy() + i.Destroy() |
