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

Method IsHorizontal

DuiLib/Control/UIScrollBar.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 bool CScrollBarUI::IsHorizontal()
64 {
65 return m_bHorizontal;
66 }
67
68 void CScrollBarUI::SetHorizontal(bool bHorizontal)
69 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected