Home
last modified time | relevance | path

Searched refs:rcAllLabels (Results 1 – 1 of 1) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/WinCom/
H A DListvwex.cpp143 CRect rcAllLabels; in DrawItem() local
144 ListCtrl.GetItemRect(nItem, rcAllLabels, LVIR_BOUNDS); in DrawItem()
149 rcAllLabels.left = rcLabel.left; in DrawItem()
150 if (m_bClientWidthSel && rcAllLabels.right<m_cxClient) in DrawItem()
151 rcAllLabels.right = m_cxClient; in DrawItem()
161 pDC->FillRect(rcAllLabels, &CBrush(m_clrTextBk)); in DrawItem()
267 pDC->DrawFocusRect(rcAllLabels); in DrawItem()
414 CRect rcAllLabels; in OnPaint() local
415 GetListCtrl().GetItemRect(0, rcAllLabels, LVIR_BOUNDS); in OnPaint()
417 if(rcAllLabels.right < m_cxClient) in OnPaint()
[all …]