Searched refs:HAS_MENU (Results 1 – 4 of 4) sorted by relevance
23 #define HAS_MENU(pWnd,style) ((((style) & (WS_CHILD | WS_POPUP)) != WS_CHILD) && (pWnd->IDMenu) &&… macro
1352 if (HAS_MENU(Wnd, Style)) in NC_HandleNCCalcSize()2138 if (HAS_MENU( pWnd, Style ) && (pt.y < rcClient.top) && in GetNCHitEx()
238 #define HAS_MENU(hwnd,style) ((((style) & (WS_CHILD | WS_POPUP)) != WS_CHILD) && GetMenu(hwnd)) macro
591 if (HAS_MENU(pcontext->hWnd, pcontext->wi.dwStyle)) in ThemePaintWindow()