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

Function ExportLayerManager_UpWidget

Wrappers/MyGUI_Export/ExportLayerManager.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 MYGUIEXPORT void MYGUICALL ExportLayerManager_UpWidget(
21 MyGUI::Widget* _widget )
22 {
23 MyGUI::LayerManager::getInstance().upLayerItem(
24 _widget );
25 }
26
27}

Callers 1

UpWidgetMethod · 0.85

Calls 1

upLayerItemMethod · 0.45

Tested by

no test coverage detected