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

Method removeItem

MyGUIEngine/src/MyGUI_TabControl.cpp:652–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 void TabControl::removeItem(TabItem* _item)
653 {
654 removeItemAt(getItemIndex(_item));
655 }
656
657 size_t TabControl::getIndexSelected() const
658 {

Callers 1

_showItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected