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