MCPcopy 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

setFunction · 0.80
initialiseOverrideMethod · 0.80
notifyEventActionMethod · 0.80
initialiseOverrideMethod · 0.80
updateScrollSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected