ReactOS 0.4.16-dev-736-g28b802b
|
#include "calc.h"
Go to the source code of this file.
Macros | |
#define | GET_CB(name) |
Functions | |
static HTHEME WINAPI | dummy_OpenThemeData (HWND hwnd, const WCHAR *pszClassList) |
static HRESULT WINAPI | dummy_CloseThemeData (HTHEME hTheme) |
static HRESULT WINAPI | dummy_DrawThemeBackground (HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *prc, const RECT *prcClip) |
static BOOL WINAPI | dummy_IsAppThemed (void) |
static BOOL WINAPI | dummy_IsThemeActive (void) |
static BOOL WINAPI | dummy_IsThemeBackgroundPartiallyTransparent (HTHEME hTheme, int iPartId, int iStateId) |
static HRESULT WINAPI | dummy_DrawThemeParentBackground (HWND hWnd, HDC hdc, RECT *prc) |
void | Theme_Start (HINSTANCE hInstance) |
void | Theme_Stop (void) |
Definition at line 105 of file theme.c.
Referenced by _tWinMain().
type_CloseThemeData calc_CloseThemeData = dummy_CloseThemeData |
Definition at line 51 of file theme.c.
Referenced by SubclassButtonProc().
type_DrawThemeBackground calc_DrawThemeBackground = dummy_DrawThemeBackground |
Definition at line 52 of file theme.c.
Referenced by SubclassButtonProc().
type_DrawThemeParentBackground calc_DrawThemeParentBackground |
Definition at line 57 of file theme.c.
Referenced by SubclassButtonProc().
type_IsAppThemed calc_IsAppThemed = dummy_IsAppThemed |
Definition at line 53 of file theme.c.
Referenced by SubclassButtonProc().
type_IsThemeActive calc_IsThemeActive = dummy_IsThemeActive |
Definition at line 54 of file theme.c.
Referenced by SubclassButtonProc().
type_IsThemeBackgroundPartiallyTransparent calc_IsThemeBackgroundPartiallyTransparent |
Definition at line 55 of file theme.c.
Referenced by SubclassButtonProc().
type_OpenThemeData calc_OpenThemeData = dummy_OpenThemeData |
Definition at line 50 of file theme.c.
Referenced by SubclassButtonProc().
|
static |
Definition at line 60 of file theme.c.
Referenced by Theme_Start(), Theme_Stop(), and UXTHEME_FormatParseMessage().