ReactOS 0.4.16-dev-311-g9382aa2
|
#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 83 of file static.c.
Referenced by IntDrawState(), STATIC_PaintIconfn(), and STATIC_SetIcon().
Definition at line 306 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
|
static |
Definition at line 531 of file static.c.
Referenced by STATIC_PaintTextfn().
Definition at line 214 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 239 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 722 of file static.c.
Definition at line 691 of file static.c.
Definition at line 508 of file static.c.
Definition at line 650 of file static.c.
Definition at line 540 of file static.c.
Definition at line 803 of file static.c.
Referenced by DllMain().
Definition at line 285 of file static.c.
Referenced by STATIC_PaintBitmapfn(), STATIC_PaintEnhMetafn(), STATIC_PaintIconfn(), STATIC_PaintOwnerDrawfn(), STATIC_PaintRectfn(), and STATIC_PaintTextfn().
Definition at line 159 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
|
static |
Definition at line 197 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 123 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
Definition at line 265 of file static.c.
Referenced by STATIC_WindowProc(), and StaticWndProc_common().
|
static |
Definition at line 322 of file static.c.
Referenced by STATIC_Register().
WINE_DEFAULT_DEBUG_CHANNEL | ( | static | ) |
|
static |
Definition at line 60 of file static.c.
Referenced by STATIC_TryPaintFcn(), STATIC_WindowProc(), and StaticWndProc_common().