Home
last modified time | relevance | path

Searched refs:GetScrollInfo (Results 1 – 25 of 36) sorted by relevance

12

/reactos/modules/rostests/winetests/user32/
H A Dscroll.c321 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default()
330 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default()
349 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default()
352 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default()
385 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default()
388 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default()
424 ret = GetScrollInfo( hwnd, SB_HORZ, &si); in scrollbar_test_default()
427 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default()
444 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default()
450 ret = GetScrollInfo( hwnd, SB_VERT, &si); in scrollbar_test_default()
[all …]
H A Dlistbox.c2064 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2079 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2094 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2111 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2126 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2141 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2155 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2172 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2187 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2202 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
[all …]
/reactos/modules/rostests/apitests/user32/
H A DSetScrollInfo.c128 success = GetScrollInfo(hScroll, SB_CTL, &si); in START_TEST()
149 success = GetScrollInfo(hScroll, SB_CTL, &si); in START_TEST()
/reactos/base/applications/fontview/
H A Ddisplay.c300 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnPaint()
327 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnSize()
337 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnSize()
358 GetScrollInfo(hwnd, SB_VERT, &si); in Display_OnVScroll()
/reactos/base/applications/regedit/
H A Dhexedit.c91 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_MoveCaret()
99 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_MoveCaret()
106 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_MoveCaret()
364 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_IndexFromPoint()
748 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_VSCROLL()
784 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_VSCROLL()
853 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_PAINT()
909 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_MOUSEWHEEL()
917 GetScrollInfo(hed->hWndSelf, SB_VERT, &si); in HEXEDIT_WM_MOUSEWHEEL()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c2918 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
2929 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
2940 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
2953 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
2965 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
2976 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
2987 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
2998 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
3014 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
3025 GetScrollInfo(hwndRichEdit, SB_VERT, &si); in test_scrollbar_visibility()
[all …]
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dfontwnd.c292 GetScrollInfo(hwnd, nBar, &si); in FontWndProc()
335 GetScrollInfo(hwnd, nBar, &si); in FontWndProc()
/reactos/dll/win32/comctl32/
H A Dtheme_scrollbar.c140 if (!GetScrollInfo(hwnd, SB_CTL, &si)) { in hit_test()
222 if (!GetScrollInfo(hwnd, SB_CTL, &si)) { in redraw_part()
349 GetScrollInfo(hwnd, SB_CTL, &si); in paint_scrollbar()
H A Dflatsb.c179 return GetScrollInfo(hwnd, nBar, info); in FlatSB_GetScrollInfo()
/reactos/dll/win32/uxtheme/
H A Dthemehooks.c565 ret = g_user32ApiHook.GetScrollInfo(hwnd, fnBar, lpsi); in ThemeGetScrollInfo()
576 return g_user32ApiHook.GetScrollInfo(hwnd, fnBar, lpsi); in ThemeGetScrollInfo()
636 puah->GetScrollInfo = ThemeGetScrollInfo; in ThemeInitApiHook()
H A Dncscrollbar.c292 GetScrollInfo(pcontext->hWnd, nBar, &si); in ThemeDrawScrollBarEx()
414 GetScrollInfo(hwnd, nBar, &si); in SCROLL_HandleScrollEvent()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistbox.c2173 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2188 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2203 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2219 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2234 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2249 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2263 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2280 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2295 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
2310 br = GetScrollInfo(listbox, SB_HORZ, &sinfo); in test_extents()
[all …]
/reactos/base/applications/mscutils/eventvwr/
H A Devtdetctl.c400 if (!GetScrollInfo(hDlg, nBar, &sInfo)) in OnScroll()
500 if (GetScrollInfo(hDlg, SB_VERT, &sInfo)) in OnSize()
538 if (GetScrollInfo(hDlg, SB_HORZ, &sInfo)) in OnSize()
/reactos/base/applications/clipbrd/
H A Dscrollutils.c163 GetScrollInfo(hWnd, nBar, &si); in OnScroll()
/reactos/base/applications/wordpad/
H A Dprint.c1074 GetScrollInfo(hWnd, nBar, &si); in preview_proc()
1102 GetScrollInfo(hWnd, nBar, &si); in preview_proc()
1186 GetScrollInfo(hWnd, SB_HORZ, &si); in preview_proc()
1189 GetScrollInfo(hWnd, SB_VERT, &si); in preview_proc()
/reactos/modules/rostests/tests/winhello/
H A Dwinhello.c432 GetScrollInfo ( hWnd, SB_HORZ, &Scrollparameter ); in MainWndProc()
508 GetScrollInfo ( hWnd, SB_VERT, &Scrollparameter ); in MainWndProc()
/reactos/dll/win32/shimgvw/
H A Dshimgvw.c178 GetScrollInfo(hwnd, SB_HORZ, &si); in ZoomWnd_UpdateScroll()
194 GetScrollInfo(hwnd, SB_VERT, &si); in ZoomWnd_UpdateScroll()
1055 GetScrollInfo(hwnd, nBar, &si); in ZoomWnd_OnHVScroll()
1093 GetScrollInfo(hwnd, nBar, &si); in ZoomWnd_OnHVScroll()
/reactos/win32ss/user/user32/misc/
H A Dusrapihk.c139 puah->GetScrollInfo = RealGetScrollInfo; in ResetUserApiHook()
/reactos/sdk/include/reactos/
H A Dundocuser.h348 GETSCROLLINFO GetScrollInfo; member
/reactos/dll/win32/browseui/
H A DCAutoComplete.cpp894 m_hwndList.GetScrollInfo(SB_VERT, &si); in UpdateScrollBar()
1969 m_hwndList.GetScrollInfo(SB_VERT, &si); in OnVScroll()
1985 m_hwndList.GetScrollInfo(SB_VERT, &si); in OnVScroll()
/reactos/modules/rostests/win32/comctl32/buttonvistest/
H A Dbuttonvistest.cpp259 if (!GetScrollInfo(hwnd, nBar, &sInfo)) in OnScroll()
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.c1346 if (GetScrollInfo(GuiData->hWindow, SB_HORZ, &sInfo)) OldScrollX = sInfo.nPos; in OnTimer()
1347 if (GetScrollInfo(GuiData->hWindow, SB_VERT, &sInfo)) OldScrollY = sInfo.nPos; in OnTimer()
1501 if (!GetScrollInfo(GuiData->hWindow, nBar, &sInfo)) goto Quit; in OnScroll()
/reactos/win32ss/user/user32/controls/
H A Dlistbox.c1916 GetScrollInfo( descr->self, SB_VERT, &info ); in LISTBOX_HandleVScroll()
1969 GetScrollInfo( descr->self, SB_HORZ, &info ); in LISTBOX_HandleHScroll()
1971 GetScrollInfo( descr->self, SB_VERT, &info ); in LISTBOX_HandleHScroll()
2008 GetScrollInfo( descr->self, SB_HORZ, &info ); in LISTBOX_HandleHScroll()
H A Dscrollbar.c1561 GetScrollInfo(HWND Wnd, INT SBType, LPSCROLLINFO Info) in GetScrollInfo() function
1574 Ret = guah.GetScrollInfo(Wnd, SBType, Info); in GetScrollInfo()
/reactos/base/applications/mspaint/
H A Dcanvas.cpp263 GetScrollInfo(fnBar, &si); in OnHVScroll()

12