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

Method DoPostPaint

DuiLib/Layout/UIVerticalLayout.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 void CVerticalLayoutUI::DoPostPaint(HDC hDC, const RECT& rcPaint)
135 {
136 if( (m_uButtonState & UISTATE_CAPTURED) != 0 && !m_bImmMode ) {
137 RECT rcSeparator = GetThumbRect(true);
138 CRenderEngine::DrawColor(hDC, rcSeparator, 0xAA000000);
139 }
140 }
141
142 void CVerticalLayoutUI::SetSepHeight(int iHeight)
143 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected