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

Method GetThumbRect

DuiLib/Control/UIList.cpp:1482–1486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1480}
1481
1482RECT CListHeaderItemUI::GetThumbRect() const
1483{
1484 if( m_iSepWidth >= 0 ) return CDuiRect(m_rcItem.right - m_iSepWidth, m_rcItem.top, m_rcItem.right, m_rcItem.bottom);
1485 else return CDuiRect(m_rcItem.left, m_rcItem.top, m_rcItem.left - m_iSepWidth, m_rcItem.bottom);
1486}
1487
1488void CListHeaderItemUI::PaintStatusImage(HDC hDC)
1489{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected