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

Method createItemChild

MyGUIEngine/src/MyGUI_MenuItem.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 MenuControl* MenuItem::createItemChild()
117 {
118 return mOwner->createItemChild(this);
119 }
120
121 void MenuItem::setItemType(MenuItemType _type)
122 {

Calls

no outgoing calls

Tested by

no test coverage detected