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

Method CSliderUI

DuiLib/Control/UISlider.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace DuiLib
5{
6 CSliderUI::CSliderUI() : m_uButtonState(0), m_nStep(1)
7 {
8 m_uTextStyle = DT_SINGLELINE | DT_CENTER;
9 m_szThumb.cx = m_szThumb.cy = 10;
10 }
11
12 LPCTSTR CSliderUI::GetClass() const
13 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected