Searched refs:SBP_LOWERTRACKHORZ (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/uxtheme/ |
H A D | stylemap.c | 586 {SBP_LOWERTRACKHORZ,0,{'L','O','W','E','R','T','R','A','C','K','H','O','R','Z','\0'}}, 587 {SBP_LOWERTRACKHORZ,SCRBS_NORMAL,{'N','O','R','M','A','L','\0'}}, 588 {SBP_LOWERTRACKHORZ,SCRBS_HOT,{'H','O','T','\0'}}, 589 {SBP_LOWERTRACKHORZ,SCRBS_PRESSED,{'P','R','E','S','S','E','D','\0'}}, 590 {SBP_LOWERTRACKHORZ,SCRBS_DISABLED,{'D','I','S','A','B','L','E','D','\0'}},
|
H A D | ncscrollbar.c | 239 …SCROLL_ThemeDrawPart(pcontext, SBP_LOWERTRACKHORZ, BUTTON_NORMAL, psbi, SCROLL_TOP_RECT, htDown, h… in SCROLL_DrawInterior()
|
/reactos/dll/win32/comctl32/ |
H A D | theme_scrollbar.c | 520 … DrawThemeBackground(theme, dc, SBP_LOWERTRACKHORZ, lowertrackstate, &partrect, NULL); in paint_scrollbar()
|
/reactos/sdk/include/psdk/ |
H A D | vsstyle.h | 1079 SBP_LOWERTRACKHORZ = 4, enumerator
|