Go to the source code of this file.
Classes | |
| struct | TBMETRICS |
| class | vmsTheme |
Defines | |
| #define | AFX_VMSTHEME_H__099DAAAB_05C7_4633_A4D8_0F6ACA94284F__INCLUDED_ |
| #define | TBMF_PAD 0x00000001 |
| #define | TBMF_BARPAD 0x00000002 |
| #define | TBMF_BUTTONSPACING 0x00000004 |
| #define | TB_GETMETRICS (WM_USER + 101) |
| #define | TB_SETMETRICS (WM_USER + 102) |
Typedefs | |
| typedef HANDLE | HTHEME |
| typedef HTHEME(WINAPI * | fntOpenThemeData )(HWND hwnd, LPCWSTR pszClassList) |
| typedef HRESULT(WINAPI * | fntDrawThemeBackground )(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, const RECT *pClipRect) |
| typedef HRESULT(WINAPI * | fntCloseThemeData )(HTHEME hTheme) |
| typedef BOOL(WINAPI * | fntIsThemeActive )() |
| typedef HRESULT(WINAPI * | fntSetWindowTheme )(HWND, LPCWSTR, LPCWSTR) |
| typedef struct TBMETRICS * | LPTBMETRICS |
| #define AFX_VMSTHEME_H__099DAAAB_05C7_4633_A4D8_0F6ACA94284F__INCLUDED_ |
Definition at line 7 of file vmsTheme.h.
| #define TB_GETMETRICS (WM_USER + 101) |
Definition at line 39 of file vmsTheme.h.
| #define TB_SETMETRICS (WM_USER + 102) |
Definition at line 40 of file vmsTheme.h.
| #define TBMF_BARPAD 0x00000002 |
Definition at line 24 of file vmsTheme.h.
| #define TBMF_BUTTONSPACING 0x00000004 |
Definition at line 25 of file vmsTheme.h.
| #define TBMF_PAD 0x00000001 |
Definition at line 23 of file vmsTheme.h.
| typedef HRESULT(WINAPI * fntCloseThemeData)(HTHEME hTheme) |
Definition at line 19 of file vmsTheme.h.
| typedef HRESULT(WINAPI * fntDrawThemeBackground)(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, const RECT *pClipRect) |
Definition at line 18 of file vmsTheme.h.
| typedef BOOL(WINAPI* fntIsThemeActive)() |
Definition at line 20 of file vmsTheme.h.
| typedef HTHEME(WINAPI * fntOpenThemeData)(HWND hwnd, LPCWSTR pszClassList) |
Definition at line 17 of file vmsTheme.h.
| typedef HRESULT(WINAPI * fntSetWindowTheme)(HWND, LPCWSTR, LPCWSTR) |
Definition at line 21 of file vmsTheme.h.
| typedef HANDLE HTHEME |
Definition at line 14 of file vmsTheme.h.
| typedef struct TBMETRICS * LPTBMETRICS |
1.5.6