Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c4766 UINT idButton; in _WndProc() local
4769 idButton = (UINT) hdr->idFrom; in _WndProc()
4770 pMenu = gui_mswin_find_menu(root_menu, idButton); in _WndProc()
4845 UINT idButton; in _WndProc() local
4857 idButton = (UINT)LOWORD(wParam); in _WndProc()
4858 pMenu = gui_mswin_find_menu(root_menu, idButton); in _WndProc()