Searched refs:MENU_HideSubPopups (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | menu.c | 3267 static void FASTCALL MENU_HideSubPopups(PWND pWndOwner, PMENU Menu, in MENU_HideSubPopups() function 3290 MENU_HideSubPopups(pWndOwner, Item->spSubMenu, FALSE, wFlags); in MENU_HideSubPopups() 3541 MENU_HideSubPopups(pmt->OwnerWnd, pmt->TopMenu, FALSE, wFlags); in MENU_SwitchTracking() 3547 MENU_HideSubPopups(pmt->OwnerWnd, PtMenu, FALSE, wFlags); in MENU_SwitchTracking() 3849 MENU_HideSubPopups(pmt->OwnerWnd, pmt->TopMenu, FALSE, wFlags); in MENU_DoNextMenu() 3932 MENU_HideSubPopups(pmt->OwnerWnd, MenuPrev, TRUE, Flags); in MENU_KeyEscape() 3967 MENU_HideSubPopups(pmt->OwnerWnd, MenuPrev, TRUE, Flags); in MENU_KeyLeft() 4025 MENU_HideSubPopups(pmt->OwnerWnd, pmt->TopMenu, FALSE, Flags); in MENU_KeyRight() 4367 MENU_HideSubPopups(mt.OwnerWnd, mt.TopMenu, FALSE, wFlags); in MENU_TrackMenu() 4813 MENU_HideSubPopups( WindowObject, MenuObject, FALSE, 0 ); in IntHiliteMenuItem()
|