Searched refs:horz (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | scroll.c | 460 SCROLLINFO horz, vert; in scroll_init_proc() local 471 horz.cbSize = sizeof horz; in scroll_init_proc() 472 horz.fMask = SIF_ALL; in scroll_init_proc() 473 horz.nMin = 0xdeadbeaf; in scroll_init_proc() 474 horz.nMax = 0xbaadc0de; in scroll_init_proc() 475 vert = horz; in scroll_init_proc() 489 ok(horz.nMin == 0 && horz.nMax == 100, in scroll_init_proc() 491 horz.nMin, horz.nMax); in scroll_init_proc() 500 ok(horz.nMin == 0xdeadbeaf && horz.nMax == 0xbaadc0de, in scroll_init_proc() 502 horz.nMin, horz.nMax); in scroll_init_proc() [all …]
|
/reactos/base/applications/rapps/include/ |
H A D | rosui.h | 167 CUiMargin(INT horz, INT vert) : CUiRect(horz, vert, horz, vert) in CUiMargin() argument
|
/reactos/dll/win32/comctl32/ |
H A D | treeview.c | 2763 BOOL horz = FALSE; in TREEVIEW_UpdateScrollBars() local 2805 horz = TRUE; in TREEVIEW_UpdateScrollBars() 2808 horz = TRUE; in TREEVIEW_UpdateScrollBars() 2810 if (!vert && horz && infoPtr->treeHeight in TREEVIEW_UpdateScrollBars() 2814 if (horz && (infoPtr->dwStyle & TVS_NOHSCROLL)) horz = FALSE; in TREEVIEW_UpdateScrollBars() 2848 if (horz) in TREEVIEW_UpdateScrollBars() 2882 if (!horz) in TREEVIEW_UpdateScrollBars()
|
H A D | pager.c | 137 BOOL horz, BOOL topLeft, INT btnState) in PAGER_DrawButton() argument 149 if (horz) in PAGER_DrawButton()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 243 #define GET_EM_LINESCROLL_MPS(vert,horz) (WPARAM)horz,(LONG)vert argument
|