MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetScrollRange

Method GetScrollRange

DuiLib/Control/UIScrollBar.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 int CScrollBarUI::GetScrollRange() const
90 {
91 return m_nRange;
92 }
93
94 void CScrollBarUI::SetScrollRange(int nRange)
95 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected