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

Method SetHorizontal

DuiLib/Control/UIProgress.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void CProgressUI::SetHorizontal(bool bHorizontal)
29 {
30 if( m_bHorizontal == bHorizontal ) return;
31
32 m_bHorizontal = bHorizontal;
33 Invalidate();
34 }
35
36 int CProgressUI::GetMinValue() const
37 {

Callers 1

EnableScrollBarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected