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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoolbar.h185 wxCoord m_vMaxHeight; member in class:wxToolBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp147 m_vMaxWidth = m_vMaxHeight = 0;
302 if ((pTool->m_vY + pTool->GetNormalBitmap().GetHeight() + m_yMargin) > m_vMaxHeight)
303 m_vMaxHeight = (wxCoord)((pTool->m_vY + pTool->GetHeight() + m_yMargin));
437 m_vMaxHeight = 0;

Completed in 57 milliseconds