Home
last modified time | relevance | path

Searched refs:SetScrollPos (Results 1 – 16 of 16) sorted by relevance

/reactos/base/applications/mstsc/
H A Dwin32.c556 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 Dscroll.c148 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 Dmap.c285 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 Dflatsb.c201 return SetScrollPos(hwnd, nBar, pos, bRedraw); in FlatSB_SetScrollPos()
H A Dtreeview.c4885 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 Dcanvas.cpp246 SetScrollPos(SB_HORZ, x); in updateScrollPos()
247 SetScrollPos(SB_VERT, y); in updateScrollPos()
/reactos/base/applications/charmap_new/
H A DGridView.cpp303 SetScrollPos(m_hwnd, in OnVScroll()
/reactos/base/applications/wordpad/
H A Dprint.c1188 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 Dtxthost.c140 return SetScrollPos(This->hWnd, fnBar, nPos, fRedraw) != 0; in ITextHostImpl_TxSetScrollPos()
/reactos/sdk/lib/atl/
H A Datlwin.h1246 int SetScrollPos(int nBar, int nPos, BOOL bRedraw = TRUE)
1249 return ::SetScrollPos(m_hWnd, nBar, nPos, bRedraw);
/reactos/base/setup/reactos/
H A Dtreelist.c2912 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 Duser32.spec641 @ stdcall SetScrollPos(long long long long)
/reactos/win32ss/user/user32/controls/
H A Dscrollbar.c1718 SetScrollPos(HWND hWnd, INT nBar, INT nPos, BOOL bRedraw) in SetScrollPos() function
/reactos/win32ss/user/user32/windows/
H A Dmdi.c1966 SetScrollPos(hWnd, (uMsg == WM_VSCROLL)?SB_VERT:SB_HORZ , newPos, TRUE); in ScrollChildren()
/reactos/sdk/include/psdk/
H A Dwindowsx.h511 #define ScrollBar_SetPos(hwndCtl,pos,fRedraw) SetScrollPos((hwndCtl),SB_CTL,(pos),(fRedraw))
H A Dwinuser.h5312 int WINAPI SetScrollPos(_In_ HWND, _In_ int, _In_ int, _In_ BOOL);