ReactOS 0.4.16-dev-91-g764881a
|
#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 189 of file uxthemep.h.
BOOL _DRAW_CONTEXT::Active |
Definition at line 197 of file uxthemep.h.
Referenced by ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawCaptionButtons(), ThemeDrawCaptionText(), ThemeDrawMenuBar(), and ThemeInitDrawContext().
int _DRAW_CONTEXT::CaptionHeight |
Definition at line 199 of file uxthemep.h.
Referenced by ThemeDrawCaption(), ThemeInitDrawContext(), and ThemePaintWindow().
HBITMAP _DRAW_CONTEXT::hbmpOld |
Definition at line 203 of file uxthemep.h.
Referenced by ThemeEndBufferedPaint(), and ThemeStartBufferedPaint().
HDC _DRAW_CONTEXT::hDC |
Definition at line 192 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 202 of file uxthemep.h.
Referenced by ThemeEndBufferedPaint(), and ThemeStartBufferedPaint().
HTHEME _DRAW_CONTEXT::hPrevTheme |
Definition at line 195 of file uxthemep.h.
HRGN _DRAW_CONTEXT::hRgn |
Definition at line 198 of file uxthemep.h.
Referenced by ThemeCleanupDrawContext(), and ThemeInitDrawContext().
HWND _DRAW_CONTEXT::hWnd |
Definition at line 191 of file uxthemep.h.
Referenced by ThemeCleanupDrawContext(), ThemeDrawCaptionButton(), ThemeDrawCaptionText(), ThemeDrawMenuBar(), ThemeDrawScrollBar(), ThemeDrawScrollBarEx(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().
HTHEME _DRAW_CONTEXT::scrolltheme |
Definition at line 194 of file uxthemep.h.
Referenced by SCROLL_ThemeDrawPart(), ThemeDrawScrollBarsGrip(), and ThemeInitDrawContext().
HTHEME _DRAW_CONTEXT::theme |
Definition at line 193 of file uxthemep.h.
Referenced by ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawCaptionText(), and ThemeInitDrawContext().
WINDOWINFO _DRAW_CONTEXT::wi |
Definition at line 196 of file uxthemep.h.
Referenced by SCROLL_DrawInterior(), ThemeDrawBorders(), ThemeDrawCaption(), ThemeDrawCaptionButton(), ThemeDrawMenuBar(), ThemeDrawScrollBar(), ThemeDrawScrollBarEx(), ThemeDrawScrollBarsGrip(), ThemeInitDrawContext(), ThemePaintWindow(), and UserGetWindowIcon().