Home
last modified time | relevance | path

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

/reactos/dll/win32/aclui/
H A Dchecklist.c1635 INT ScrollLines; in CheckListWndProc() local
1645 ScrollLines = max(1, in CheckListWndProc()
1648 if (ScrollInfo.nPos + ScrollLines <= ScrollInfo.nMax) in CheckListWndProc()
1650 ScrollInfo.nPos += ScrollLines; in CheckListWndProc()
1662 INT ScrollLines; in CheckListWndProc() local
1672 ScrollLines = max(1, in CheckListWndProc()
1675 if (ScrollInfo.nPos >= ScrollLines) in CheckListWndProc()
1677 ScrollInfo.nPos -= ScrollLines; in CheckListWndProc()
1907 UINT ScrollLines = 3; in CheckListWndProc() local
1911 &ScrollLines, in CheckListWndProc()
[all …]