ReactOS 0.4.16-dev-197-g92996da
|
#include "uxthemep.h"
Go to the source code of this file.
Macros | |
#define | NC_PREVIEW_MSGBOX_HALF_WIDTH 75 |
#define | NC_PREVIEW_MSGBOX_OFFSET_X -29 |
#define | NC_PREVIEW_MSGBOX_OFFSET_Y 71 |
#define NC_PREVIEW_MSGBOX_HALF_WIDTH 75 |
Definition at line 11 of file nonclient.c.
#define NC_PREVIEW_MSGBOX_OFFSET_X -29 |
Definition at line 12 of file nonclient.c.
#define NC_PREVIEW_MSGBOX_OFFSET_Y 71 |
Definition at line 13 of file nonclient.c.
Definition at line 800 of file nonclient.c.
Referenced by ThemeWndProc().
|
static |
Definition at line 460 of file nonclient.c.
Referenced by ThemePaintWindow().
HRESULT WINAPI DrawNCPreview | ( | HDC | hDC, |
DWORD | DNCP_Flag, | ||
LPRECT | prcPreview, | ||
LPCWSTR | pszThemeFileName, | ||
LPCWSTR | pszColorName, | ||
LPCWSTR | pszSizeName, | ||
PNONCLIENTMETRICSW | pncMetrics, | ||
COLORREF * | lpaRgbValues | ||
) |
Definition at line 1215 of file nonclient.c.
Referenced by DrawThemePreview().
|
static |
Definition at line 1088 of file nonclient.c.
Referenced by DrawNCPreview().
Definition at line 35 of file nonclient.c.
Referenced by DrawWindowForNCPreview(), and ThemePaintWindow().
Definition at line 16 of file nonclient.c.
Referenced by ThemeInitDrawContext().
Definition at line 1194 of file nonclient.c.
Referenced by DrawNCPreview().
Definition at line 270 of file nonclient.c.
Referenced by ThemePreWindowProc().
|
static |
Definition at line 215 of file nonclient.c.
Referenced by DrawWindowForNCPreview(), and ThemeCalculateCaptionButtonsPos().
void ThemeCleanupDrawContext | ( | PDRAW_CONTEXT | pcontext | ) |
Definition at line 182 of file nonclient.c.
Referenced by DrawNCPreview(), SCROLL_HandleScrollEvent(), ThemeHandleButton(), ThemeHandleNcMouseLeave(), ThemeHandleNcMouseMove(), and ThemeHandleNCPaint().
|
static |
Definition at line 435 of file nonclient.c.
Referenced by ThemePaintWindow().
|
static |
Definition at line 371 of file nonclient.c.
Referenced by ThemePaintWindow().
|
static |
Definition at line 283 of file nonclient.c.
Referenced by ThemeDrawCaption(), and ThemeDrawCaptionButtons().
|
static |
Definition at line 356 of file nonclient.c.
Referenced by ThemeHandleButton(), ThemeHandleNcMouseLeave(), and ThemeHandleNcMouseMove().
HRESULT WINAPI ThemeDrawCaptionText | ( | PDRAW_CONTEXT | pcontext, |
RECT * | pRect, | ||
int | iPartId, | ||
int | iStateId | ||
) |
Definition at line 88 of file nonclient.c.
Referenced by ThemeDrawCaption().
|
static |
Definition at line 524 of file nonclient.c.
Referenced by ThemePaintWindow().
|
static |
Definition at line 535 of file nonclient.c.
Referenced by ThemePaintWindow().
Definition at line 204 of file nonclient.c.
Referenced by ThemePaintWindow().
Definition at line 344 of file nonclient.c.
Referenced by ThemeDrawCaptionButtons().
Definition at line 722 of file nonclient.c.
Referenced by ThemeWndProc().
Definition at line 688 of file nonclient.c.
Referenced by ThemeWndProc().
Definition at line 633 of file nonclient.c.
Referenced by ThemeWndProc().
Definition at line 616 of file nonclient.c.
Referenced by ThemeWndProc().
void ThemeInitDrawContext | ( | PDRAW_CONTEXT | pcontext, |
HWND | hWnd, | ||
HRGN | hRgn | ||
) |
Definition at line 158 of file nonclient.c.
Referenced by SCROLL_HandleScrollEvent(), ThemeHandleButton(), ThemeHandleNcMouseLeave(), ThemeHandleNcMouseMove(), and ThemeHandleNCPaint().
|
static |
Definition at line 569 of file nonclient.c.
Referenced by DrawWindowForNCPreview(), and ThemeHandleNCPaint().
|
static |
Definition at line 193 of file nonclient.c.
Referenced by ThemePaintWindow().
LRESULT CALLBACK ThemeWndProc | ( | HWND | hWnd, |
UINT | Msg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
WNDPROC | DefWndProc | ||
) |
Definition at line 1015 of file nonclient.c.
Referenced by ThemeDefWindowProcA(), and ThemeDefWindowProcW().
|
static |
Definition at line 63 of file nonclient.c.
Referenced by ThemeDrawCaption().
Definition at line 46 of file nonclient.c.
Referenced by DefWndNCHitTest(), DrawClassicFrame(), NC_DoNCPaint(), NC_HandleNCCalcSize(), UserDrawCaptionBar(), and UserGetWindowBorders().