MCPcopy 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

initialiseOverrideMethod · 0.80
notifyEventActionMethod · 0.80
updateScrollMethod · 0.80
updateScrollSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected