Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setScrollPage
Method
setScrollPage
MyGUIEngine/src/MyGUI_ScrollBar.cpp:609–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
}
608
609
void ScrollBar::setScrollPage(size_t _value)
610
{
611
mScrollPage = _value;
612
}
613
614
size_t ScrollBar::getScrollPage() const
615
{
Callers
6
ExportScrollBar_SetScrollPage
Function · 0.80
set
Function · 0.80
initialiseOverride
Method · 0.80
notifyEventAction
Method · 0.80
initialiseOverride
Method · 0.80
updateScrollSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected