ReactOS 0.4.15-dev-6675-gcbc63d8
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "commctrl.h"
#include "wine/debug.h"
#include "comctl32.h"
Go to the source code of this file.
Macros | |
#define | HFONT_GWL_OFFSET 0 |
#define | HICON_GWL_OFFSET (sizeof(HFONT)) |
#define | STATIC_EXTRA_BYTES (HICON_GWL_OFFSET + sizeof(HICON)) |
Typedefs | |
typedef void(* | pfPaint) (HWND hwnd, HDC hdc, DWORD style) |
Variables | |
static const pfPaint | staticPaintFunc [SS_TYPEMASK+1] |
#define STATIC_EXTRA_BYTES (HICON_GWL_OFFSET + sizeof(HICON)) |
Definition at line 88 of file static.c.
Referenced by IntDrawState(), STATIC_PaintIconfn(), and STATIC_SetIcon().
Definition at line 311 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 219 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 244 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 711 of file static.c.
Definition at line 680 of file static.c.
Definition at line 513 of file static.c.
Definition at line 639 of file static.c.
Definition at line 536 of file static.c.
Definition at line 793 of file static.c.
Referenced by DllMain().
Definition at line 290 of file static.c.
Referenced by STATIC_PaintBitmapfn(), STATIC_PaintEnhMetafn(), STATIC_PaintIconfn(), STATIC_PaintOwnerDrawfn(), STATIC_PaintRectfn(), and STATIC_PaintTextfn().
Definition at line 164 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
|
static |
Definition at line 202 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 128 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 270 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
|
static |
Definition at line 327 of file static.c.
Referenced by STATIC_Register().
WINE_DEFAULT_DEBUG_CHANNEL | ( | static | ) |
|
static |
Definition at line 65 of file static.c.
Referenced by STATIC_TryPaintFcn(), STATIC_WindowProc(), and StaticWndProc_common().