Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addItem
Method
addItem
MyGUIEngine/src/MyGUI_ComboBox.cpp:469–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
}
468
469
void ComboBox::addItem(const UString& _name, Any _data)
470
{
471
return insertItemAt(ITEM_NONE, _name, _data);
472
}
473
474
size_t ComboBox::getIndexSelected() const
475
{
Callers
2
showList
Method · 0.45
hideList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected