Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Type MYGUICALL ExportScrollBar_GetScrollRange
Method · 0.80
MyGUI_Managed_ScrollBar.h
File · 0.80
updateWidgets
Method · 0.80
notifyScrollChangePosition
Method · 0.80
updateWidgets
Method · 0.80
notifyScrollChangePosition
Method · 0.80
notifyScrollChangePosition
Method · 0.80
notifyMouseButtonClick
Method · 0.80
notifyScrollChangePosition
Method · 0.80
updateFromColour
Method · 0.80
insertItemAt
Method · 0.80
removeItemAt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected