MCPcopy 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

_resetContainerMethod · 0.45
unlinkFromUnlinkersMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected