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