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

Method setPosition

MyGUIEngine/src/MyGUI_ScrollView.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void ScrollView::setPosition(const IntPoint& _point)
70 {
71 Base::setPosition(_point);
72 }
73
74 void ScrollView::setSize(const IntSize& _size)
75 {

Callers 4

notifyMouseWheelMethod · 0.45
setContentPositionMethod · 0.45
setViewOffsetMethod · 0.45

Calls 1

setPositionFunction · 0.85

Tested by

no test coverage detected