Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateTrack
Method · 0.45
TrackMove
Method · 0.45
Calls
1
setPosition
Function · 0.85
Tested by
no test coverage detected