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