ReactOS 0.4.16-dev-336-gb667d82
|
#include <user32.h>
Go to the source code of this file.
Macros | |
#define | HFONT_GWL_OFFSET 0 |
#define | HICON_GWL_OFFSET (sizeof(HFONT)) |
#define | UISTATE_GWL_OFFSET (HICON_GWL_OFFSET+sizeof(HICON)) |
#define | STATIC_EXTRA_BYTES (UISTATE_GWL_OFFSET + sizeof(LONG)) |
Typedefs | |
typedef void(* | pfPaint) (HWND hwnd, HDC hdc, DWORD style) |
Variables | |
static COLORREF | color_3dshadow |
static COLORREF | color_3ddkshadow |
static COLORREF | color_3dhighlight |
static const pfPaint | staticPaintFunc [SS_TYPEMASK+1] |
static const WCHAR | staticW [] = {'S','t','a','t','i','c',0} |
const struct builtin_class_descr | STATIC_builtin_class |
#define STATIC_EXTRA_BYTES (UISTATE_GWL_OFFSET + sizeof(LONG)) |
|
static |
Definition at line 614 of file static.c.
Definition at line 306 of file static.c.
Referenced by StaticWndProc_common().
Definition at line 212 of file static.c.
Referenced by StaticWndProc_common().
Definition at line 238 of file static.c.
Definition at line 810 of file static.c.
Definition at line 779 of file static.c.
Definition at line 591 of file static.c.
Definition at line 735 of file static.c.
Definition at line 623 of file static.c.
Definition at line 284 of file static.c.
Definition at line 133 of file static.c.
|
static |
Definition at line 97 of file static.c.
LRESULT WINAPI StaticWndProc_common | ( | HWND | hwnd, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL | unicode | ||
) |
Definition at line 337 of file static.c.
Referenced by RegisterClientPFN(), StaticWndProcA(), and StaticWndProcW().
Definition at line 576 of file static.c.
Referenced by RegisterClientPFN().
WINE_DEFAULT_DEBUG_CHANNEL | ( | static | ) |
|
static |
Definition at line 43 of file static.c.
Referenced by STATIC_InitColours(), and STATIC_PaintRectfn().
|
static |
Definition at line 43 of file static.c.
Referenced by STATIC_InitColours(), and STATIC_PaintRectfn().
|
static |
Definition at line 43 of file static.c.
Referenced by STATIC_InitColours(), and STATIC_PaintRectfn().
const struct builtin_class_descr STATIC_builtin_class |
|
static |