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

Method DoPostPaint

DuiLib/Layout/UIHorizontalLayout.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 void CHorizontalLayoutUI::DoPostPaint(HDC hDC, const RECT& rcPaint)
130 {
131 if( (m_uButtonState & UISTATE_CAPTURED) != 0 && !m_bImmMode ) {
132 RECT rcSeparator = GetThumbRect(true);
133 CRenderEngine::DrawColor(hDC, rcSeparator, 0xAA000000);
134 }
135 }
136
137 void CHorizontalLayoutUI::SetSepWidth(int iWidth)
138 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected