Searched refs:m_iconWidth (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dcaptionbar.cpp43 , m_iconWidth(16)
55 m_foldIcons->GetSize(0, m_iconWidth, m_iconHeight);
139 wndRect.GetRight() - m_iconWidth - m_rightIndent,
145 (wndRect.GetWidth() - m_iconWidth) / 2,
195 if((vertical && pt.x > (rect.GetWidth() - m_iconWidth - m_rightIndent))||
230 if(x < m_iconWidth)
231 x = m_iconWidth;
370 wxRect rect(size.GetWidth() - m_iconWidth - m_rightIndent, 0, m_iconWidth + m_rightIndent,
371 m_iconWidth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dcaptionbar.h261 int m_iconWidth, m_iconHeight; member in class:wxCaptionBar
329 m_iconWidth = m_iconHeight = 0;
331 m_foldIcons->GetSize(0, m_iconWidth, m_iconHeight);

Completed in 23 milliseconds