Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setCoord
Method
setCoord
MyGUIEngine/src/MyGUI_ScrollBar.cpp:367–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void ScrollBar::setCoord(const IntCoord& _coord)
368
{
369
Base::setCoord(_coord);
370
// обновляем трек
371
updateTrack();
372
}
373
374
void ScrollBar::setTrackSize(int _size)
375
{
Callers
1
updateTrack
Method · 0.45
Calls
1
setCoord
Function · 0.85
Tested by
no test coverage detected