| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected