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

Method showItemChildAt

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 void MemberObsolete<MenuControl>::showItemChildAt(size_t _index)
343 {
344 static_cast<MenuControl*>(this)->setItemChildVisibleAt(_index, true);
345 }
346 void MemberObsolete<MenuControl>::showItemChild(MenuItem* _item)
347 {
348 static_cast<MenuControl*>(this)->setItemChildVisible(_item, true);

Callers

nothing calls this directly

Calls 1

setItemChildVisibleAtMethod · 0.80

Tested by

no test coverage detected