Searched refs:m_iconHeight (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.cpp44 , m_iconHeight(16)
55 m_foldIcons->GetSize(0, m_iconWidth, m_iconHeight);
140 (wndRect.GetHeight() - m_iconHeight) / 2,
196 (!vertical && pt.y < m_iconHeight + m_rightIndent))
233 if(y < m_iconHeight)
234 y = m_iconHeight;
/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 37 milliseconds