Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addItem
Method
addItem
MyGUIEngine/src/MyGUI_MultiListBox.cpp:540–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
void MultiListBox::addItem(const UString& _name, Any _data)
541
{
542
insertItemAt(ITEM_NONE, _name, _data);
543
}
544
545
void MultiListBox::setItemNameAt(size_t _index, const UString& _name)
546
{
Callers
1
_wrapItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected