ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <scrollutils.h>
Public Attributes | |
UINT | uLinesToScroll |
INT | iWheelCarryoverX |
INT | iWheelCarryoverY |
INT | nPageX |
INT | nPageY |
INT | CurrentX |
INT | CurrentY |
INT | MaxX |
INT | MaxY |
INT | nMaxWidth |
INT | nMaxHeight |
Definition at line 11 of file scrollutils.h.
INT _SCROLLSTATE::CurrentX |
Definition at line 18 of file scrollutils.h.
Referenced by SetDisplayFormat(), and UpdateWindowScrollState().
INT _SCROLLSTATE::CurrentY |
Definition at line 19 of file scrollutils.h.
Referenced by SetDisplayFormat(), and UpdateWindowScrollState().
INT _SCROLLSTATE::iWheelCarryoverX |
Definition at line 14 of file scrollutils.h.
Referenced by SetDisplayFormat().
INT _SCROLLSTATE::iWheelCarryoverY |
Definition at line 15 of file scrollutils.h.
Referenced by SetDisplayFormat().
INT _SCROLLSTATE::MaxX |
Definition at line 20 of file scrollutils.h.
Referenced by UpdateWindowScrollState().
INT _SCROLLSTATE::MaxY |
Definition at line 21 of file scrollutils.h.
Referenced by UpdateWindowScrollState().
INT _SCROLLSTATE::nMaxHeight |
Definition at line 23 of file scrollutils.h.
Referenced by UpdateWindowScrollState().
INT _SCROLLSTATE::nMaxWidth |
Definition at line 22 of file scrollutils.h.
Referenced by UpdateWindowScrollState().
INT _SCROLLSTATE::nPageX |
Definition at line 16 of file scrollutils.h.
Referenced by UpdateWindowScrollState().
INT _SCROLLSTATE::nPageY |
Definition at line 17 of file scrollutils.h.
Referenced by UpdateWindowScrollState().
UINT _SCROLLSTATE::uLinesToScroll |
Definition at line 13 of file scrollutils.h.