Searched refs:OBJID_VSCROLL (Results 1 – 10 of 10) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | winable.h | 20 #define OBJID_VSCROLL 0xFFFFFFFB macro
|
H A D | winuser.h | 2680 #define OBJID_VSCROLL 0xFFFFFFFB macro
|
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 600 if ((pcontext->wi.dwStyle & WS_VSCROLL) && IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in ThemePaintWindow() 605 IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in ThemePaintWindow() 1155 if (hasVScrollBar && IsScrollBarVisible(pcontext->hWnd, OBJID_VSCROLL)) in DrawWindowForNCPreview() 1159 GetScrollBarInfo(pcontext->hWnd, OBJID_VSCROLL, &sbi); in DrawWindowForNCPreview()
|
H A D | ncscrollbar.c | 45 return OBJID_VSCROLL; in SCROLL_getObjectId()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | scroll.c | 268 ret = pGetScrollBarInfo( hMainWnd, OBJID_VSCROLL, &sbi); in test_GetScrollBarInfo() 276 ret = pGetScrollBarInfo( hMainWnd, OBJID_VSCROLL, &sbi); in test_GetScrollBarInfo()
|
H A D | msg.c | 1830 { EVENT_OBJECT_VALUECHANGE, winevent_hook|wparam|lparam, OBJID_VSCROLL, 0 }, 10437 { EVENT_SYSTEM_MENUPOPUPSTART, winevent_hook|wparam|lparam, OBJID_VSCROLL, 5 }, 10452 { EVENT_SYSTEM_SWITCHSTART, winevent_hook|wparam|lparam, OBJID_VSCROLL, 5 },
|
/reactos/win32ss/user/ntuser/ |
H A D | scrollbar.c | 381 case OBJID_VSCROLL: nBar = SB_VERT; break; 1050 return OBJID_VSCROLL; in IntScrollGetObjectId()
|
H A D | nonclient.c | 1257 IntIsScrollBarVisible(pWnd, OBJID_VSCROLL) && IntIsScrollBarVisible(pWnd, OBJID_HSCROLL)) in NC_DoNCPaint() 1287 if (Style & WS_VSCROLL && IntIsScrollBarVisible(pWnd, OBJID_VSCROLL)) in NC_DoNCPaint()
|
/reactos/win32ss/user/user32/controls/ |
H A D | scrollbar.c | 307 return OBJID_VSCROLL; in IntScrollGetObjectId()
|
/reactos/dll/win32/riched20/ |
H A D | editor.c | 2919 GetScrollBarInfo(editor->hWnd, OBJID_VSCROLL, &sbi); in ME_SetCursor()
|