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

Method setSize

UnitTests/UnitTest_TreeControl/TreeControl.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 void TreeControl::setSize(const IntSize& Size)
174 {
175 Widget::setSize(Size);
176
177 invalidate();
178 }
179
180 void TreeControl::setCoord(const IntCoord& Bounds)
181 {

Callers 1

updateScrollMethod · 0.45

Calls 1

setSizeFunction · 0.85

Tested by

no test coverage detected