Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setScrollViewPage
Method
setScrollViewPage
MyGUIEngine/src/MyGUI_ScrollBar.cpp:619–622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
617
}
618
619
void ScrollBar::setScrollViewPage(size_t _value)
620
{
621
mScrollViewPage = _value;
622
}
623
624
size_t ScrollBar::getScrollViewPage() const
625
{
Callers
6
ExportScrollBar_SetScrollViewPage
Function · 0.80
MyGUI_Managed_ScrollBar.h
File · 0.80
initialiseOverride
Method · 0.80
notifyEventAction
Method · 0.80
updateScroll
Method · 0.80
updateScrollSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected