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

Method IsHorizontal

DuiLib/Control/UIProgress.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 bool CProgressUI::IsHorizontal()
24 {
25 return m_bHorizontal;
26 }
27
28 void CProgressUI::SetHorizontal(bool bHorizontal)
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected