MCPcopy Create free account
hub / github.com/MyGUI/mygui / setSize

Method setSize

MyGUIEngine/src/MyGUI_MultiListBox.cpp:828–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826 }
827
828 void MultiListBox::setSize(const IntSize& _size)
829 {
830 Base::setSize(_size);
831
832 if (getUpdateByResize())
833 updateColumns();
834 }
835
836 void MultiListBox::setCoord(const IntCoord& _coord)
837 {

Callers

nothing calls this directly

Calls 1

setSizeFunction · 0.85

Tested by

no test coverage detected