SizeFinal: (bottom-up) similar to SizeUp but done at the end of the Sizing phase: first grows widget Actual sizes based on their Grow factors, up to their Alloc sizes. Then gathers this updated final actual Size information for layouts to register their actual sizes prior to positioning, which requ
()
| 69 | // prior to positioning, which requires accurate Actual vs. Alloc |
| 70 | // sizes to perform correct alignment calculations. |
| 71 | SizeFinal() |
| 72 | |
| 73 | // Position uses the final sizes to set relative positions within layouts |
| 74 | // according to alignment settings, and Grow elements to their actual |
no outgoing calls
no test coverage detected