MCPcopy 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

updateOnlyEmptyMethod · 0.45
updateColumnsMethod · 0.45

Calls 1

setCoordFunction · 0.85

Tested by

no test coverage detected