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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Daccess.cpp59 long wxConvertToWindowsState(long wxstate);
1283 long wxstate = 0; local
1285 wxAccStatus status = m_pAccessible->GetState(varID.lVal, & wxstate);
1310 long state = wxConvertToWindowsState(wxstate);
1893 long wxConvertToWindowsState(long wxstate) argument
1896 if (wxstate & wxACC_STATE_SYSTEM_ALERT_HIGH)
1899 if (wxstate & wxACC_STATE_SYSTEM_ALERT_MEDIUM)
1902 if (wxstate & wxACC_STATE_SYSTEM_ALERT_LOW)
1905 if (wxstate & wxACC_STATE_SYSTEM_ANIMATED)
1908 if (wxstate
[all...]

Completed in 91 milliseconds