Searched refs:HTNOWHERE (Results 1 – 13 of 13) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | status.c | 677 expect(HTNOWHERE, r); in test_sizegrip() 679 expect(HTNOWHERE, r); in test_sizegrip() 681 expect(HTNOWHERE, r); in test_sizegrip() 683 expect(HTNOWHERE, r); in test_sizegrip() 700 expect(HTNOWHERE, r); in test_sizegrip() 702 expect(HTNOWHERE, r); in test_sizegrip() 704 expect(HTNOWHERE, r); in test_sizegrip() 706 expect(HTNOWHERE, r); in test_sizegrip()
|
/reactos/win32ss/user/ntuser/ |
H A D | nonclient.c | 148 return HTNOWHERE; in GetSnapActivationPoint() 425 UINT snapTo = iconic ? HTNOWHERE : GetSnapActivationPoint(pwnd, pt); in DefWndDoSizeMove() 527 IntSetSnapEdge(pwnd, HTNOWHERE); in DefWndDoSizeMove() 699 IntSetSnapInfo(pwnd, HTNOWHERE, NULL); in DefWndDoSizeMove() 1776 return HTNOWHERE; 1977 return HTNOWHERE; 1987 if (!pWnd) return HTNOWHERE; in GetNCHitEx() 2003 if (!RECTL_bPointInRect(&rcWindow, pt.x, pt.y)) return HTNOWHERE; in GetNCHitEx() 2172 return HTNOWHERE; in GetNCHitEx()
|
H A D | winpos.h | 84 co_IntSnapWindow(Wnd, HTNOWHERE); in co_IntUnsnapWindow()
|
H A D | winpos.c | 2501 IntSetSnapEdge(Wnd, HTNOWHERE); /* Mark as not snapped (for Win+Left,Up,Down) */ in co_WinPosMinMaximize() 2944 if (*HitTest == HTNOWHERE && pwndChild == NULL) *HitTest = HTCLIENT; in co_WinPosSearchChildren() 2968 *HitTest = HTNOWHERE; in co_WinPosWindowFromPoint() 3898 return HTNOWHERE; in IntGetWindowSnapEdge() 3945 else if (Edge != HTNOWHERE) in co_IntSnapWindow() 3956 IntSetSnapEdge(Wnd, HTNOWHERE); in co_IntSnapWindow() 3960 IntSetSnapInfo(Wnd, HTNOWHERE, NULL); in co_IntSnapWindow() 3985 case HTNOWHERE: in IntSetSnapEdge() 4008 if (Edge == HTNOWHERE) in IntSetSnapInfo()
|
H A D | defwnd.c | 837 snapped = HTNOWHERE; /* Force snap */ in IntDefWindowProc()
|
H A D | msgqueue.c | 1698 if ((hittest == (USHORT)HTERROR) || (hittest == (USHORT)HTNOWHERE)) in co_IntProcessMouseMessage()
|
H A D | menu.c | 3677 if (ht != HTNOWHERE && ht != HTERROR) ret = menu; in MENU_PtMenu()
|
/reactos/base/applications/mspaint/ |
H A D | textedit.cpp | 27 case HIT_NONE: return HTNOWHERE; in DoHitTest() 39 return HTNOWHERE; in DoHitTest()
|
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 716 pwndData->lastHitTest = HTNOWHERE; in ThemeHandleNcMouseLeave() 811 return HTNOWHERE; in DefWndNCHitTest() 1011 return HTNOWHERE; in DefWndNCHitTest()
|
/reactos/dll/win32/comctl32/ |
H A D | syslink.c | 1645 return HTNOWHERE; in SysLinkWindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.rh | 701 #define HTNOWHERE 0
|
H A D | winuser.h | 2477 #define HTNOWHERE 0 macro
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 3853 TEST_MOUSEACTIVATE(HTNOWHERE,MA_ACTIVATE); in test_mouse_input()
|