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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp148 m_nPressedTool = m_nCurrentTool = -1;
667 OnMouseEnter(m_nPressedTool = m_nCurrentTool = -1);
707 if (m_nCurrentTool > -1)
710 SpringUpButton(m_nCurrentTool);
711 pTool = (wxToolBarTool *)FindById(m_nCurrentTool);
716 m_nCurrentTool = -1;
723 if (pTool->GetId() != m_nCurrentTool)
731 SpringUpButton(m_nCurrentTool);
738 wxToolBarTool* pOldTool = (wxToolBarTool*)FindById(m_nCurrentTool);
742 m_nCurrentTool
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoolbar.h181 int m_nCurrentTool; member in class:wxToolBar

Completed in 58 milliseconds