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

Method setPosition

MyGUIEngine/src/MyGUI_ScrollBar.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 void ScrollBar::setPosition(const IntPoint& _point)
356 {
357 Base::setPosition(_point);
358 }
359
360 void ScrollBar::setSize(const IntSize& _size)
361 {

Callers 2

updateTrackMethod · 0.45
TrackMoveMethod · 0.45

Calls 1

setPositionFunction · 0.85

Tested by

no test coverage detected