ReactOS 0.4.16-dev-1278-gd809cd0
|
#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 3824 of file winuser.h.
Referenced by co_IntCreateScrollBars(), DrawWindowForNCPreview(), IntGetScrollBarInfo(), IntIsScrollBarVisible(), NtUserGetScrollBarInfo(), paint_scrollbar(), SCROLL_HandleScrollEvent(), test_GetScrollBarInfo(), test_subclass(), and ThemeDrawScrollBar().
int tagSCROLLBARINFO::dxyLineButton |
Definition at line 3826 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 3825 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntGetScrollBarInfo(), co_IntSetScrollInfo(), DrawWindowForNCPreview(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), SCROLL_DrawArrows(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HandleScrollEvent(), SCROLL_HitTest(), test_GetScrollBarInfo(), and ThemeDrawScrollBarEx().
int tagSCROLLBARINFO::reserved |
Definition at line 3829 of file winuser.h.
Referenced by co_IntSetScrollBarInfo(), IntScrollHandleScrollEvent(), and NtUserSetScrollBarInfo().
DWORD tagSCROLLBARINFO::rgstate[CCHILDREN_SCROLLBAR+1] |
Definition at line 3830 of file winuser.h.
Referenced by co_IntCreateScrollBars(), co_IntGetScrollBarInfo(), co_IntSetScrollBarInfo(), IntCalculateThumb(), IntDrawScrollArrows(), IntDrawScrollInterior(), IntIsScrollBarVisible(), IntScrollHandleScrollEvent(), IntUpdateScrollArrows(), IsScrollBarVisible(), NtUserSetScrollBarInfo(), SCROLL_HandleScrollEvent(), SCROLL_ThemeDrawPart(), test_GetScrollBarInfo(), and ThemeDrawScrollBarEx().
int tagSCROLLBARINFO::xyThumbBottom |
Definition at line 3828 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), and SCROLL_HitTest().
int tagSCROLLBARINFO::xyThumbTop |
Definition at line 3827 of file winuser.h.
Referenced by IntCalculateThumb(), IntDrawScrollInterior(), IntScrollDrawMovingThumb(), IntScrollGetThumbVal(), IntScrollHandleScrollEvent(), IntScrollHitTest(), SCROLL_DrawInterior(), SCROLL_DrawMovingThumb(), SCROLL_HandleScrollEvent(), SCROLL_HitTest(), and ThemeDrawScrollBarEx().