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

Method setCoord

UnitTests/UnitTest_TreeControl/TreeControl.cpp:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 void TreeControl::setCoord(const IntCoord& Bounds)
181 {
182 Widget::setCoord(Bounds);
183
184 invalidate();
185 }
186
187 void TreeControl::notifyFrameEntered(float nTime)
188 {

Callers 1

injectKeyPressMethod · 0.45

Calls 1

setCoordFunction · 0.85

Tested by

no test coverage detected