ReactOS
0.4.15-dev-5618-g8866b9d
|
#include <uxthemep.h>
Public Attributes | |
HWND | hWnd |
HDC | hDC |
HTHEME | theme |
HTHEME | scrolltheme |
HTHEME | hPrevTheme |
WINDOWINFO | wi |
BOOL | Active |
HRGN | hRgn |
int | CaptionHeight |
HDC | hDCScreen |
HBITMAP | hbmpOld |
Definition at line 173 of file uxthemep.h.
BOOL _DRAW_CONTEXT::Active |
Definition at line 181 of file uxthemep.h.
Referenced by ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawCaptionButtons(), ThemeDrawCaptionText(), ThemeDrawMenuBar(), and ThemeInitDrawContext().
int _DRAW_CONTEXT::CaptionHeight |
Definition at line 183 of file uxthemep.h.
Referenced by ThemeDrawCaption(), ThemeInitDrawContext(), and ThemePaintWindow().
HBITMAP _DRAW_CONTEXT::hbmpOld |
Definition at line 187 of file uxthemep.h.
Referenced by ThemeEndBufferedPaint(), and ThemeStartBufferedPaint().
HDC _DRAW_CONTEXT::hDC |
Definition at line 176 of file uxthemep.h.
Referenced by SCROLL_ThemeDrawPart(), ThemeCleanupDrawContext(), ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawCaptionText(), ThemeDrawMenuBar(), ThemeDrawScrollBarsGrip(), ThemeEndBufferedPaint(), ThemeInitDrawContext(), ThemePaintWindow(), and ThemeStartBufferedPaint().
HDC _DRAW_CONTEXT::hDCScreen |
Definition at line 186 of file uxthemep.h.
Referenced by ThemeEndBufferedPaint(), and ThemeStartBufferedPaint().
HTHEME _DRAW_CONTEXT::hPrevTheme |
Definition at line 179 of file uxthemep.h.
HRGN _DRAW_CONTEXT::hRgn |
Definition at line 182 of file uxthemep.h.
Referenced by ThemeCleanupDrawContext(), and ThemeInitDrawContext().
HWND _DRAW_CONTEXT::hWnd |
Definition at line 175 of file uxthemep.h.
Referenced by ThemeCleanupDrawContext(), ThemeDrawCaptionButton(), ThemeDrawCaptionText(), ThemeDrawMenuBar(), ThemeDrawScrollBar(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().
HTHEME _DRAW_CONTEXT::scrolltheme |
Definition at line 178 of file uxthemep.h.
Referenced by SCROLL_ThemeDrawPart(), ThemeDrawScrollBarsGrip(), and ThemeInitDrawContext().
HTHEME _DRAW_CONTEXT::theme |
Definition at line 177 of file uxthemep.h.
Referenced by ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawCaptionText(), and ThemeInitDrawContext().
WINDOWINFO _DRAW_CONTEXT::wi |
Definition at line 180 of file uxthemep.h.
Referenced by SCROLL_DrawInterior(), ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawMenuBar(), ThemeDrawScrollBar(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().