Home
last modified time | relevance | path

Searched refs:ScrollWindowEx (Results 1 – 25 of 31) sorted by relevance

12

/reactos/modules/rostests/apitests/user32/
H A DScrollWindowEx.c32 Result = ScrollWindowEx(hWnd, 20, 0, NULL, NULL, NULL, NULL, 0); in Test_ScrollWindowEx()
37 Result = ScrollWindowEx(hWnd, 20, 0, NULL, NULL, NULL, NULL, SW_INVALIDATE); in Test_ScrollWindowEx()
45 Result = ScrollWindowEx(hWnd, 20, 0, NULL, NULL, hrgn, NULL, SW_INVALIDATE); in Test_ScrollWindowEx()
51 Result = ScrollWindowEx(hWnd, 20, 0, NULL, NULL, NULL, (LPRECT)1, SW_INVALIDATE); in Test_ScrollWindowEx()
75 ScrollWindowEx(hWnd, dx, dy, NULL, NULL, NULL, NULL, SW_SCROLLCHILDREN); in Test_ScrollWindowEx()
96 ScrollWindowEx(hWnd, dx, dy, NULL, NULL, NULL, NULL, SW_SCROLLCHILDREN); in Test_ScrollWindowEx()
114 START_TEST(ScrollWindowEx) in START_TEST() argument
H A DCMakeLists.txt47 ScrollWindowEx.c
/reactos/dll/win32/comctl32/
H A Dsmoothscroll.c108 return ScrollWindowEx( in SmoothScrollWindow()
126 return ScrollWindowEx( in SmoothScrollWindow()
H A Dheader.c1959 ScrollWindowEx(infoPtr->hwndSelf, nWidth - nOldWidth, 0, &rcScroll, &rcClient, in HEADER_MouseMove()
1962ScrollWindowEx(infoPtr->hwndSelf, nWidth - nOldWidth, 0, &rcScroll, &rcClient, NULL, NULL, 0); in HEADER_MouseMove()
H A Dlistbox.c418 ScrollWindowEx( descr->self, dx, dy, NULL, NULL, 0, NULL, in LISTBOX_SetTopItem()
1344 ScrollWindowEx( descr->self, diff, 0, NULL, NULL, 0, NULL, in LISTBOX_SetHorizontalPos()
H A Dtreeview.c3438 ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, &scrollRect, in TREEVIEW_Collapse()
3516 ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect, NULL, in TREEVIEW_Expand()
4888 ScrollWindowEx(infoPtr->hwnd, 0, scroll, NULL, NULL, NULL, NULL, SW_ERASE | SW_INVALIDATE); in TREEVIEW_SetFirstVisible()
/reactos/base/applications/fontview/
H A Ddisplay.c343 ScrollWindowEx(hwnd, 0, nOldPos - si.nPos, NULL, NULL, NULL, NULL, SW_INVALIDATE); in Display_OnSize()
386 ScrollWindowEx(hwnd, 0, si.nPos - nPos, NULL, NULL, NULL, NULL, SW_INVALIDATE); in Display_OnVScroll()
/reactos/base/applications/clipbrd/
H A Dscrollutils.c226 ScrollWindowEx(hWnd, in OnScroll()
/reactos/base/applications/charmap_new/
H A DGridView.cpp317 ScrollWindowEx(m_hwnd, in OnVScroll()
/reactos/base/applications/mscutils/eventvwr/
H A Devtdetctl.c452 ScrollWindowEx(hDlg, in OnScroll()
577 ScrollWindowEx(hDlg, in OnSize()
/reactos/modules/rostests/winetests/user32/
H A Ddce.c514 ScrollWindowEx( hwnd_owndc, -5, -10, NULL, &clip, 0, NULL, SW_INVALIDATE | SW_ERASE ); in test_scroll_window()
525 ScrollWindowEx( hwnd_owndc, -5, -10, NULL, &clip, 0, NULL, SW_INVALIDATE | SW_ERASE ); in test_scroll_window()
H A Dwin.c4911 ScrollWindowEx( hwnd, 0, - rc2.top, &rc2, NULL, NULL, NULL, SW_ERASE); in test_scrollwindow()
4931 ScrollWindowEx( hwnd, 0, - rc2.top, &rc2, &rc3, NULL, NULL, SW_ERASE); in test_scrollwindow()
4998 ScrollWindowEx( hwnd1, -20, 0, &rc, NULL, hrgn, &rcu, in test_scrollvalidate()
5014 ScrollWindowEx( hwnd1, -10, 0, &rc, &cliprc, hrgn, &rcu, in test_scrollvalidate()
5027 ScrollWindowEx( hwnd1, 0, -25, &rc, &cliprc, hrgn, &rcu, SW_INVALIDATE); in test_scrollvalidate()
5046 ScrollWindowEx( hwnd1, -10, -10, &rc, &cliprc, hrgn, &rcu, in test_scrollvalidate()
5058 ScrollWindowEx( hwnd1, -10, -10, &rc, &cliprc, hrgn, &rcu, SW_SCROLLCHILDREN | SW_INVALIDATE); in test_scrollvalidate()
5067 ScrollWindowEx( hwnd1, -10, -10, &rc, &cliprc, hrgn, &rcu, SW_INVALIDATE); in test_scrollvalidate()
5076 ScrollWindowEx( hwnd1, -10, -10, &rc, &cliprc, hrgn, &rcu, SW_INVALIDATE); in test_scrollvalidate()
/reactos/base/applications/mstsc/
H A Dwin32.c225 ScrollWindowEx(g_Wnd, dx, dy, 0, 0, rgn, 0, SW_ERASE); in mi_scroll()
1315 ScrollWindowEx(g_Wnd, x - srcx, y - srcy, &rect, &draw_rect, in mi_screen_copy()
/reactos/modules/rostests/win32/comctl32/buttonvistest/
H A Dbuttonvistest.cpp311 ScrollWindowEx(hwnd, in OnScroll()
/reactos/dll/win32/aclui/
H A Dchecklist.c686 ScrollWindowEx(infoPtr->hSelf, in MakeCheckItemVisible()
1709 ScrollWindowEx(hwnd, in CheckListWndProc()
1946 ScrollWindowEx(hwnd, in CheckListWndProc()
/reactos/dll/win32/riched20/
H A Dtxthost.c194 ScrollWindowEx(This->hWnd, dx, dy, lprcScroll, lprcClip, in ITextHostImpl_TxScrollWindowEx()
/reactos/base/applications/charmap/
H A Dmap.c526 ScrollWindowEx(infoPtr->hMapWnd, in OnVScroll()
/reactos/win32ss/user/user32/controls/
H A Dlistbox.c327 ScrollWindowEx(descr->self, diff, 0, NULL, NULL, 0, NULL, in LISTBOX_SetTopItem()
331 ScrollWindowEx( descr->self, 0, diff, NULL, NULL, 0, NULL, in LISTBOX_SetTopItem()
1251 ScrollWindowEx( descr->self, diff, 0, NULL, NULL, 0, NULL, in LISTBOX_SetHorizontalPos()
/reactos/sdk/lib/atl/
H A Datlwin.h1104 …int ScrollWindowEx(int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, HRGN hRgnUpdate, LPRE… in ScrollWindowEx() function
1107 …return ::ScrollWindowEx(m_hWnd, dx, dy, lpRectScroll, lpRectClip, hRgnUpdate, lpRectUpdate, flags); in ScrollWindowEx()
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.c1392 ScrollWindowEx(GuiData->hWindow, in OnTimer()
1558 ScrollWindowEx(GuiData->hWindow, in OnScroll()
H A Dguiterm.c669 ScrollWindowEx(GuiData->hWindow, in GuiWriteStream()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.cpp824 ScrollWindowEx(_hwnd, dx, 0, &rt_scr, &rt_clip, 0, 0, SW_INVALIDATE); in Notify()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c1969 ScrollWindowEx(hWnd ,0 ,curPos - newPos, NULL, NULL, 0, NULL, in ScrollChildren()
1972 ScrollWindowEx(hWnd ,curPos - newPos, 0, NULL, NULL, 0, NULL, in ScrollChildren()
H A Dwindow.c1938 ScrollWindowEx(HWND hWnd, in ScrollWindowEx() function
/reactos/win32ss/user/user32/
H A Duser32.spec579 572 stdcall ScrollWindowEx(long long long ptr ptr long ptr long)

12