Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _setItemNameAt
Method
_setItemNameAt
MyGUIEngine/src/MyGUI_ListBox.cpp:1014–1017 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1012
}
1013
1014
void ListBox::_setItemNameAt(size_t _index, const UString& _name)
1015
{
1016
setItemNameAt(_index, _name);
1017
}
1018
1019
const UString& ListBox::_getItemNameAt(size_t _index) const
1020
{
Callers
1
notifyUpdateItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected