Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ ExportGui_DestroyWidget
Function
ExportGui_DestroyWidget
Wrappers/MyGUI_Export/ExportGui.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
MYGUIEXPORT void MYGUICALL ExportGui_DestroyWidget( MyGUI::Widget* _widget )
58
{
59
MyGUI::WidgetManager::getInstance().destroyWidget(_widget);
60
}
61
62
MYGUIEXPORT void MYGUICALL ExportGui_WrapWidget(MyGUI::Widget* _widget )
63
{
Callers
1
Dispose
Method · 0.85
Calls
1
destroyWidget
Method · 0.45
Tested by
no test coverage detected