MCPcopy Create free account
hub / github.com/MyGUI/mygui / _resetContainer

Method _resetContainer

MyGUIEngine/src/MyGUI_Widget.cpp:1092–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

_unlinkWidgetMethod · 0.45

Tested by

no test coverage detected