| 142 | sp<Control> getAncestor(sp<Control> Parent); |
| 143 | |
| 144 | Vec2<int> getLocationOnScreen() const { return resolvedLocation; } |
| 145 | |
| 146 | void setRelativeWidth(float widthPercent); |
| 147 | void setRelativeHeight(float widthPercent); |
no outgoing calls
no test coverage detected