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