/reactos/modules/rostests/winetests/user32/ |
H A D | scroll.c | 202 ret = ShowScrollBar( hScroll, SB_CTL, FALSE ); in test_ShowScrollBar() 206 ret = ShowScrollBar( hScroll, SB_CTL, TRUE ); in test_ShowScrollBar() 210 ret = ShowScrollBar( NULL, SB_CTL, TRUE ); in test_ShowScrollBar() 213 ret = ShowScrollBar( mainwnd, SB_CTL, TRUE ); in test_ShowScrollBar()
|
/reactos/modules/rosapps/applications/devutils/vgafontedit/ |
H A D | fontwnd.c | 236 ShowScrollBar(hwnd, SB_VERT, FALSE); in FontWndProc() 263 ShowScrollBar(hwnd, SB_HORZ, FALSE); in FontWndProc()
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | evtdetctl.c | 516 ShowScrollBar(hDlg, SB_VERT, TRUE); in OnSize() 528 ShowScrollBar(hDlg, SB_VERT, FALSE); in OnSize() 554 ShowScrollBar(hDlg, SB_HORZ, TRUE); in OnSize() 566 ShowScrollBar(hDlg, SB_HORZ, FALSE); in OnSize()
|
/reactos/dll/win32/comctl32/ |
H A D | flatsb.c | 157 return ShowScrollBar(hwnd, nBar, fShow); in FlatSB_ShowScrollBar()
|
H A D | treeview.c | 2831 ShowScrollBar(hwnd, SB_VERT, TRUE); in TREEVIEW_UpdateScrollBars() 2837 ShowScrollBar(hwnd, SB_VERT, FALSE); in TREEVIEW_UpdateScrollBars() 2844 ShowScrollBar(hwnd, SB_VERT, FALSE); in TREEVIEW_UpdateScrollBars() 2861 ShowScrollBar(hwnd, SB_HORZ, TRUE); in TREEVIEW_UpdateScrollBars() 2871 ShowScrollBar(hwnd, SB_HORZ, FALSE); in TREEVIEW_UpdateScrollBars() 5190 ShowScrollBar(hwnd, SB_VERT, FALSE); in TREEVIEW_Create() 5191 ShowScrollBar(hwnd, SB_HORZ, FALSE); in TREEVIEW_Create()
|
H A D | listview.c | 9358 ShowScrollBar(infoPtr->hwndSelf, SB_BOTH, FALSE); in LISTVIEW_SetView() 11320 ShowScrollBar(infoPtr->hwndSelf, SB_HORZ, FALSE); in LISTVIEW_StyleChanged() 11324 ShowScrollBar(infoPtr->hwndSelf, SB_VERT, FALSE); in LISTVIEW_StyleChanged() 11339 ShowScrollBar(infoPtr->hwndSelf, SB_BOTH, FALSE); in LISTVIEW_StyleChanged()
|
H A D | listbox.c | 374 ShowScrollBar( descr->self, SB_HORZ, FALSE ); in LISTBOX_UpdateScroll()
|
/reactos/modules/rostests/win32/comctl32/buttonvistest/ |
H A D | buttonvistest.cpp | 215 ShowScrollBar(hWnd, SB_HORZ, TRUE); in wWinMain() 216 ShowScrollBar(hWnd, SB_VERT, TRUE); in wWinMain()
|
/reactos/base/applications/mspaint/ |
H A D | canvas.cpp | 223 ShowScrollBar(SB_HORZ, sizePage.cx < sizeWhole.cx); in updateScrollRange() 224 ShowScrollBar(SB_VERT, sizePage.cy < sizeWhole.cy); in updateScrollRange()
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | conwnd.c | 451 ShowScrollBar(GuiData->hWindow, SB_VERT, TRUE); in ResizeConWnd() 455 ShowScrollBar(GuiData->hWindow, SB_VERT, FALSE); in ResizeConWnd() 465 ShowScrollBar(GuiData->hWindow, SB_HORZ, TRUE); in ResizeConWnd() 469 ShowScrollBar(GuiData->hWindow, SB_HORZ, FALSE); in ResizeConWnd()
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 152 ShowScrollBar(hwnd, SB_BOTH, FALSE); in ZoomWnd_UpdateScroll() 167 ShowScrollBar(hwnd, SB_HORZ, bShowHorz); in ZoomWnd_UpdateScroll() 168 ShowScrollBar(hwnd, SB_VERT, bShowVert); in ZoomWnd_UpdateScroll()
|
/reactos/dll/win32/riched20/ |
H A D | txthost.c | 121 return ShowScrollBar(This->hWnd, fnBar, fShow); in ITextHostImpl_TxShowScrollBar()
|
/reactos/dll/cpl/sysdm/ |
H A D | environment.c | 220 ShowScrollBar(hListBox, SB_HORZ, FALSE); in ListViewSubclassProc() 267 ShowScrollBar(hwndListView, SB_HORZ, FALSE); in AddValuesToList()
|
/reactos/win32ss/user/user32/include/ |
H A D | ntwrapper.h | 22 ShowScrollBar(HWND hWnd, INT wBar, BOOL bShow) in ShowScrollBar() function
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 1327 BOOL ShowScrollBar(UINT nBar, BOOL bShow = TRUE) 1330 return ::ShowScrollBar(m_hWnd, nBar, bShow);
|
/reactos/win32ss/user/user32/windows/ |
H A D | mdi.c | 1254 ShowScrollBar( hwnd, SB_BOTH, FALSE ); in MDIClientWndProc_common() 1836 ShowScrollBar( hwnd, SB_BOTH, FALSE ); in CalcChildScroll()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 676 @ stdcall ShowScrollBar(long long long) NtUserShowScrollBar
|
/reactos/base/applications/regedit/ |
H A D | hexedit.c | 150 ShowScrollBar(hed->hWndSelf, SB_VERT, SbVisible); in HEXEDIT_Update()
|
/reactos/dll/win32/cryptui/ |
H A D | main.c | 3238 ShowScrollBar(GetDlgItem(hwnd, IDC_NEW_PURPOSE), SB_VERT, FALSE); in add_purpose_dlg_proc() 3253 ShowScrollBar(description, SB_VERT, lines > 1); in add_purpose_dlg_proc() 3620 ShowScrollBar(description, SB_VERT, FALSE); in cert_properties_general_dlg_proc() 3675 ShowScrollBar(description, SB_VERT, lines > 1); in cert_properties_general_dlg_proc()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 2885 ShowScrollBar(hwnd, SB_VERT, TRUE); in RicheditStupidOverrideProcA() 3106 ShowScrollBar(hwndRichEdit, SB_VERT, TRUE); in test_scrollbar_visibility() 3191 ShowScrollBar(hwndRichEdit, SB_VERT, FALSE); in test_scrollbar_visibility() 3247 ShowScrollBar(hwndRichEdit, SB_VERT, FALSE); in test_scrollbar_visibility() 3282 ShowScrollBar(hwndRichEdit, SB_VERT, FALSE); in test_scrollbar_visibility()
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 280 ShowScrollBar( descr->self, SB_HORZ, FALSE ); in LISTBOX_UpdateScroll()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 5373 BOOL WINAPI ShowScrollBar(_In_ HWND, _In_ int, _In_ BOOL);
|