| 1090 | } |
| 1091 | |
| 1092 | void Widget::_resetContainer(bool _updateOnly) |
| 1093 | { |
| 1094 | if (getNeedToolTip()) |
| 1095 | ToolTipManager::getInstance()._unlinkWidget(this); |
| 1096 | } |
| 1097 | |
| 1098 | bool Widget::_checkPoint(int _left, int _top) const |
| 1099 | { |
nothing calls this directly
no test coverage detected