Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dwindow.h23 #define HAS_MENU(pWnd,style) ((((style) & (WS_CHILD | WS_POPUP)) != WS_CHILD) && (pWnd->IDMenu) &&… macro
H A Dnonclient.c1352 if (HAS_MENU(Wnd, Style)) in NC_HandleNCCalcSize()
2138 if (HAS_MENU( pWnd, Style ) && (pt.y < rcClient.top) && in GetNCHitEx()
/reactos/dll/win32/uxtheme/
H A Duxthemep.h238 #define HAS_MENU(hwnd,style) ((((style) & (WS_CHILD | WS_POPUP)) != WS_CHILD) && GetMenu(hwnd)) macro
H A Dnonclient.c591 if (HAS_MENU(pcontext->hWnd, pcontext->wi.dwStyle)) in ThemePaintWindow()