ReactOS 0.4.16-dev-477-g6ada597
|
#include <winuser.h>
Public Attributes | |
DWORD | cbSize |
RECT | rcScrollBar |
int | dxyLineButton |
int | xyThumbTop |
int | xyThumbBottom |
int | reserved |
DWORD | rgstate [CCHILDREN_SCROLLBAR+1] |
DWORD tagSCROLLBARINFO::cbSize |
Definition at line 3751 of file winuser.h.
Referenced by co_IntCreateScrollBars(), DrawWindowForNCPreview(), IntGetScrollBarInfo(), IntIsScrollBarVisible(), ME_SetCursor(), NtUserGetScrollBarInfo(), paint_scrollbar(), SCROLL_HandleScrollEvent(), test_GetScrollBarInfo(), test_subclass(), and ThemeDrawScrollBar().
int tagSCROLLBARINFO::dxyLineButton |
Definition at line 3753 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHitTest(), SCROLL_DrawArrows(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), and SCROLL_HitTest().
RECT tagSCROLLBARINFO::rcScrollBar |
Definition at line 3752 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntGetScrollBarInfo(), co_IntSetScrollInfo(), DrawWindowForNCPreview(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), ME_SetCursor(), SCROLL_DrawArrows(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HandleScrollEvent(), SCROLL_HitTest(), test_GetScrollBarInfo(), and ThemeDrawScrollBarEx().
int tagSCROLLBARINFO::reserved |
Definition at line 3756 of file winuser.h.
Referenced by co_IntSetScrollBarInfo(), IntScrollHandleScrollEvent(), and NtUserSetScrollBarInfo().
DWORD tagSCROLLBARINFO::rgstate[CCHILDREN_SCROLLBAR+1] |
Definition at line 3757 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntGetScrollBarInfo(), co_IntSetScrollBarInfo(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntIsScrollBarVisible(), IntScrollHandleScrollEvent(), IntUpdateScrollArrows(), IsScrollBarVisible(), ME_SetCursor(), NtUserSetScrollBarInfo(), SCROLL_HandleScrollEvent(), SCROLL_ThemeDrawPart(), test_GetScrollBarInfo(), and ThemeDrawScrollBarEx().
int tagSCROLLBARINFO::xyThumbBottom |
Definition at line 3755 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), and SCROLL_HitTest().
int tagSCROLLBARINFO::xyThumbTop |
Definition at line 3754 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HandleScrollEvent(), SCROLL_HitTest(), and ThemeDrawScrollBarEx().