|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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 199 of file uxthemep.h.
| BOOL _DRAW_CONTEXT::Active |
Definition at line 207 of file uxthemep.h.
Referenced by ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawCaptionButtons(), ThemeDrawCaptionText(), ThemeDrawMenuBar(), and ThemeInitDrawContext().
| int _DRAW_CONTEXT::CaptionHeight |
Definition at line 209 of file uxthemep.h.
Referenced by ThemeDrawCaption(), ThemeInitDrawContext(), and ThemePaintWindow().
| HBITMAP _DRAW_CONTEXT::hbmpOld |
Definition at line 213 of file uxthemep.h.
Referenced by ThemeEndBufferedPaint(), and ThemeStartBufferedPaint().
| HDC _DRAW_CONTEXT::hDC |
Definition at line 202 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 212 of file uxthemep.h.
Referenced by ThemeEndBufferedPaint(), and ThemeStartBufferedPaint().
| HTHEME _DRAW_CONTEXT::hPrevTheme |
Definition at line 205 of file uxthemep.h.
| HRGN _DRAW_CONTEXT::hRgn |
Definition at line 208 of file uxthemep.h.
Referenced by ThemeCleanupDrawContext(), and ThemeInitDrawContext().
| HWND _DRAW_CONTEXT::hWnd |
Definition at line 201 of file uxthemep.h.
Referenced by ThemeCleanupDrawContext(), ThemeDrawCaptionButton(), ThemeDrawCaptionText(), ThemeDrawMenuBar(), ThemeDrawScrollBar(), ThemeDrawScrollBarEx(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().
| HTHEME _DRAW_CONTEXT::scrolltheme |
Definition at line 204 of file uxthemep.h.
Referenced by SCROLL_ThemeDrawPart(), ThemeDrawScrollBarsGrip(), and ThemeInitDrawContext().
| HTHEME _DRAW_CONTEXT::theme |
Definition at line 203 of file uxthemep.h.
Referenced by ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawCaptionText(), and ThemeInitDrawContext().
| WINDOWINFO _DRAW_CONTEXT::wi |
Definition at line 206 of file uxthemep.h.
Referenced by SCROLL_DrawInterior(), ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawMenuBar(), ThemeDrawScrollBar(), ThemeDrawScrollBarEx(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().