Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addItem
Method
addItem
MyGUIEngine/src/MyGUI_TabControl.cpp:647–650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
}
646
647
TabItem* TabControl::addItem(const UString& _name, Any _data)
648
{
649
return insertItemAt(ITEM_NONE, _name, _data);
650
}
651
652
void TabControl::removeItem(TabItem* _item)
653
{
Callers
1
_showItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected