MCPcopy Create free account
hub / github.com/MyGUI/mygui / getScrollRange

Method getScrollRange

MyGUIEngine/src/MyGUI_ScrollBar.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 }
598
599 size_t ScrollBar::getScrollRange() const
600 {
601 return mScrollRange;
602 }
603
604 size_t ScrollBar::getScrollPosition() const
605 {

Callers 15

updateWidgetsMethod · 0.80
updateWidgetsMethod · 0.80
updateFromColourMethod · 0.80
insertItemAtMethod · 0.80
removeItemAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected