Home
last modified time | relevance | path

Searched refs:next_focus_owner (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DPaletteLayoutDlg.cpp888 CWnd* next_focus_owner = NULL; in PreTranslateMessage() local
899 next_focus_owner = GetNextTabStopChild(focus_owner, pMsg->wParam); in PreTranslateMessage()
903 next_focus_owner = GetNextTabStopChild(focus_owner, pMsg->wParam); in PreTranslateMessage()
904 if (!next_focus_owner) in PreTranslateMessage()
910 next_focus_owner = focus_owner; in PreTranslateMessage()
915 next_focus_owner = GetNextTabStopChild(focus_owner, pMsg->wParam); in PreTranslateMessage()
916 if (!next_focus_owner) in PreTranslateMessage()
922 next_focus_owner = focus_owner; in PreTranslateMessage()
927 next_focus_owner = GetNextTabStopChild(focus_owner, pMsg->wParam); in PreTranslateMessage()
935 next_focus_owner = GetNextTabStopChild(focus_owner, pMsg->wParam); in PreTranslateMessage()
[all …]
Dstring_scroll_wheel_edit_dlg.cpp294 CWnd* next_focus_owner = NULL; in PreTranslateKeyDown() local
309 next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue); in PreTranslateKeyDown()
315next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue, list_client.Height() / list->GetRowH… in PreTranslateKeyDown()
322next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue, list_client.Height() / list->GetRowH… in PreTranslateKeyDown()
330 if (next_focus_owner) in PreTranslateKeyDown()
334 next_focus_owner->GetWindowRect(&rect); in PreTranslateKeyDown()
345 AssignFocus(next_focus_owner); in PreTranslateKeyDown()
Dfont_path_dialog.cpp569 CWnd* next_focus_owner = NULL; in PreTranslateKeyDown() local
585 next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue); in PreTranslateKeyDown()
598 next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue, offset); in PreTranslateKeyDown()
616 next_focus_owner = GetNextTabStopChild(focus_owner, keyvalue, offset); in PreTranslateKeyDown()
624 if (next_focus_owner) in PreTranslateKeyDown()
631 next_focus_owner->GetWindowRect(&rect); in PreTranslateKeyDown()
642 AssignFocus(next_focus_owner); in PreTranslateKeyDown()