Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ destroyChildWidget
Method
destroyChildWidget
MyGUIEngine/src/MyGUI_Gui.cpp:354–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
void Gui::destroyChildWidget(Widget* _widget)
355
{
356
_destroyChildWidget(_widget);
357
}
358
359
void Gui::destroyAllChildWidget()
360
{
Callers
2
~StatisticInfo
Method · 0.80
destroyScene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected