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

Method setCoord

UnitTests/UnitTest_HyperTextBox/ScrollViewPanel.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 void ScrollViewPanel::setCoord(const IntCoord& _coord)
28 {
29 Base::setCoord(_coord);
30
31 updateContent();
32 }
33
34 void ScrollViewPanel::updateContent()
35 {

Callers

nothing calls this directly

Calls 1

setCoordFunction · 0.85

Tested by

no test coverage detected