summaryrefslogtreecommitdiff
path: root/new/parentplan
AgeCommit message (Collapse)Author
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14More parent planning and related API changes. I now have a better handle ↵Pietro Gagliardi
over what I want after last night: p.SetChild() is only called by w.SetChild() and the various uiTab and uiGroup methods; everything else should call Control.SetParent(). Some renaming is needed.
2015-04-13More parent planning.Pietro Gagliardi
2015-04-13Added a document explaining how parents and children relate. I'm starting to ↵Pietro Gagliardi
think the current system actually does work fine after all...