Searched refs:oldFocus (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 Ddialog.cpp265 wxWindow *oldFocus = m_pOldFocus; local
266 if ( !oldFocus )
269 oldFocus = parent;
273 // the HWND still exists (oldFocus can be garbage when the dialog
275 HWND hwndOldFocus = oldFocus ? GetHwndOf(oldFocus) : NULL;
299 if ( oldFocus && (oldFocus != this) && ::WinIsWindow(vHabmain, hwndOldFocus))
302 if (wxFindWinFromHandle((WXHWND) hwndOldFocus) == oldFocus)
303 oldFocus
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddialog.cpp323 wxWindow *oldFocus = m_oldFocus; local
324 if ( !oldFocus )
327 oldFocus = parent;
331 // the HWND still exists (oldFocus can be garbage when the dialog
333 HWND hwndOldFocus = oldFocus ? GetHwndOf(oldFocus) : NULL;
348 if ( oldFocus && (oldFocus != this) && ::IsWindow(hwndOldFocus))
351 if (wxFindWinFromHandle((WXHWND) hwndOldFocus) == oldFocus)
352 oldFocus
[all...]

Completed in 129 milliseconds