/reactos/base/applications/mstsc/ |
H A D | win32.c | 556 SetScrollPos(g_Wnd, SB_HORZ, g_xscroll, 1); in handle_WM_HSCROLL() 564 SetScrollPos(g_Wnd, SB_HORZ, g_xscroll, 1); in handle_WM_HSCROLL() 572 SetScrollPos(g_Wnd, SB_HORZ, g_xscroll, 1); in handle_WM_HSCROLL() 580 SetScrollPos(g_Wnd, SB_HORZ, g_xscroll, 1); in handle_WM_HSCROLL() 587 SetScrollPos(g_Wnd, SB_HORZ, g_xscroll, 1); in handle_WM_HSCROLL() 594 SetScrollPos(g_Wnd, SB_HORZ, g_xscroll, 1); in handle_WM_HSCROLL() 601 SetScrollPos(g_Wnd, SB_HORZ, g_xscroll, 1); in handle_WM_HSCROLL() 620 SetScrollPos(g_Wnd, SB_VERT, g_yscroll, 1); in handle_WM_VSCROLL() 628 SetScrollPos(g_Wnd, SB_VERT, g_yscroll, 1); in handle_WM_VSCROLL() 636 SetScrollPos(g_Wnd, SB_VERT, g_yscroll, 1); in handle_WM_VSCROLL() [all …]
|
/reactos/modules/rostests/winetests/user32/ |
H A D | scroll.c | 148 ret = SetScrollPos( hScroll, SB_CTL, 30, TRUE); in test_SetScrollPos() 157 ret = SetScrollPos( hScroll, SB_CTL, 30, TRUE); in test_SetScrollPos() 166 ret = SetScrollPos( hScroll, SB_CTL, 30, TRUE); in test_SetScrollPos() 175 ret = SetScrollPos( hScroll, SB_CTL, 30, TRUE); in test_SetScrollPos() 182 ret = SetScrollPos( mainwnd, SB_CTL, 30, TRUE ); in test_SetScrollPos() 648 res = SetScrollPos(hwnd, SB_CTL, 2, FALSE); in test_subclass() 652 res = SetScrollPos(hwnd, SB_CTL, 1, FALSE); in test_subclass() 694 res = SetScrollPos(hwnd, SB_CTL, 1, FALSE); in test_subclass()
|
/reactos/base/applications/charmap/ |
H A D | map.c | 285 SetScrollPos(infoPtr->hMapWnd, SB_VERT, 0, TRUE); in SetFont() 439 SetScrollPos(infoPtr->hParent, SB_VERT, 0, TRUE); in MapOnCreate() 506 SetScrollPos(infoPtr->hMapWnd, in OnVScroll()
|
/reactos/dll/win32/comctl32/ |
H A D | flatsb.c | 201 return SetScrollPos(hwnd, nBar, pos, bRedraw); in FlatSB_SetScrollPos()
|
H A D | treeview.c | 4885 SetScrollPos(infoPtr->hwnd, SB_VERT, in TREEVIEW_SetFirstVisible() 4962 SetScrollPos(infoPtr->hwnd, SB_VERT, in TREEVIEW_VScroll() 5039 SetScrollPos(infoPtr->hwnd, SB_HORZ, scrollX, TRUE); in TREEVIEW_HScroll()
|
/reactos/base/applications/mspaint/ |
H A D | canvas.cpp | 246 SetScrollPos(SB_HORZ, x); in updateScrollPos() 247 SetScrollPos(SB_VERT, y); in updateScrollPos()
|
/reactos/base/applications/charmap_new/ |
H A D | GridView.cpp | 303 SetScrollPos(m_hwnd, in OnVScroll()
|
/reactos/base/applications/wordpad/ |
H A D | print.c | 1188 SetScrollPos(hWnd, SB_HORZ, pt.x, TRUE); in preview_proc() 1191 SetScrollPos(hWnd, SB_VERT, pt.y, TRUE); in preview_proc()
|
/reactos/dll/win32/riched20/ |
H A D | txthost.c | 140 return SetScrollPos(This->hWnd, fnBar, nPos, fRedraw) != 0; in ITextHostImpl_TxSetScrollPos()
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 1246 int SetScrollPos(int nBar, int nPos, BOOL bRedraw = TRUE) 1249 return ::SetScrollPos(m_hWnd, nBar, nPos, bRedraw);
|
/reactos/base/setup/reactos/ |
H A D | treelist.c | 2912 SetScrollPos(pData->hWnd, SB_VERT, uPos, TRUE); in TreeListEnsureVisible() 2918 SetScrollPos(pData->hWnd, SB_VERT, uPos, TRUE); in TreeListEnsureVisible() 2935 SetScrollPos(pData->hWnd, SB_VERT, iOff, TRUE); in TreeListEnsureVisible() 2965 SetScrollPos(pData->hWnd, SB_HORZ, iOff, TRUE); in TreeListEnsureVisible() 3296 SetScrollPos(pData->hWnd, SB_VERT, iOff, TRUE); in TreeListDeleteItem() 7778 SetScrollPos(pData->hWnd, SB_VERT, iLine, TRUE); in TreeListKeyDown() 7798 SetScrollPos(pData->hWnd, SB_HORZ, iSub, TRUE); in TreeListKeyDown() 10649 SetScrollPos(hWnd, SB_VERT, iPos, TRUE); in TreeListProc() 10700 SetScrollPos(hWnd, SB_HORZ, iPos, TRUE); in TreeListProc() 10752 SetScrollPos(hWnd, SB_VERT, iPos, TRUE); in TreeListProc()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 641 @ stdcall SetScrollPos(long long long long)
|
/reactos/win32ss/user/user32/controls/ |
H A D | scrollbar.c | 1718 SetScrollPos(HWND hWnd, INT nBar, INT nPos, BOOL bRedraw) in SetScrollPos() function
|
/reactos/win32ss/user/user32/windows/ |
H A D | mdi.c | 1966 SetScrollPos(hWnd, (uMsg == WM_VSCROLL)?SB_VERT:SB_HORZ , newPos, TRUE); in ScrollChildren()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 511 #define ScrollBar_SetPos(hwndCtl,pos,fRedraw) SetScrollPos((hwndCtl),SB_CTL,(pos),(fRedraw))
|
H A D | winuser.h | 5312 int WINAPI SetScrollPos(_In_ HWND, _In_ int, _In_ int, _In_ BOOL);
|