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

Method setPosition

UnitTests/UnitTest_HyperTextBox/ScrollViewPanel.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14
15 void ScrollViewPanel::setPosition(const IntPoint& _point)
16 {
17 Base::setPosition(_point);
18 }
19
20 void ScrollViewPanel::setSize(const IntSize& _size)
21 {

Callers

nothing calls this directly

Calls 1

setPositionFunction · 0.85

Tested by

no test coverage detected