Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setCoord
Method
setCoord
MyGUIEngine/src/MyGUI_MultiListBox.cpp:836–842 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
834
}
835
836
void MultiListBox::setCoord(const IntCoord& _coord)
837
{
838
Base::setCoord(_coord);
839
840
if (getUpdateByResize())
841
updateColumns();
842
}
843
844
bool MultiListBox::getUpdateByResize() const
845
{
Callers
2
updateOnlyEmpty
Method · 0.45
updateColumns
Method · 0.45
Calls
1
setCoord
Function · 0.85
Tested by
no test coverage detected