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

Method setItemChildVisibleAt

MyGUIEngine/src/MyGUI_MenuControl.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 void MenuControl::setItemChildVisibleAt(size_t _index, bool _visible)
322 {
323 _setItemChildVisibleAt(_index, _visible, true);
324 }
325
326 void MenuControl::_setItemChildVisibleAt(size_t _index, bool _visible, bool _smooth)
327 {

Calls

no outgoing calls

Tested by

no test coverage detected