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

Method GetHorizontalScrollBar

DuiLib/Core/UIContainer.cpp:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 }
500
501 CScrollBarUI* CContainerUI::GetHorizontalScrollBar() const
502 {
503 return m_pHorizontalScrollBar;
504 }
505
506 int CContainerUI::FindSelectable(int iIndex, bool bForward /*= true*/) const
507 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected