Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _unlinkWidget
Method
_unlinkWidget
MyGUIEngine/src/MyGUI_Gui.cpp:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void Gui::_unlinkWidget(Widget* _widget)
257
{
258
eventFrameStart.clear(_widget);
259
}
260
261
void Gui::_linkChildWidget(Widget* _widget)
262
{
Callers
2
_resetContainer
Method · 0.45
unlinkFromUnlinkers
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected