ReactOS 0.4.16-dev-319-g6cf4263
|
#include <user32.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | pfButtonPaint) (HWND hwnd, HDC hdc, UINT action) |
Variables | |
static const WORD | maxCheckState [MAX_BTN_TYPE] |
static const pfButtonPaint | btnPaintFunc [MAX_BTN_TYPE] |
static const WCHAR | buttonW [] = {'B','u','t','t','o','n',0} |
const struct builtin_class_descr | BUTTON_builtin_class |
#define BUTTON_UISTATE_GWL_OFFSET (HIMAGE_GWL_OFFSET+sizeof(HFONT)) |
#define HIMAGE_GWL_OFFSET (BUTTON_HFONT_GWL_OFFSET+sizeof(HFONT)) |
#define NB_EXTRA_BYTES (BUTTON_UISTATE_GWL_OFFSET+sizeof(LONG_PTR)) |
Definition at line 701 of file button.c.
Definition at line 757 of file button.c.
Definition at line 1196 of file button.c.
Definition at line 883 of file button.c.
|
static |
LRESULT WINAPI ButtonWndProc_common | ( | HWND | hWnd, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL | unicode | ||
) |
Definition at line 243 of file button.c.
Referenced by RegisterClientPFN().
Definition at line 1048 of file button.c.
Definition at line 1221 of file button.c.
Definition at line 182 of file button.c.
Referenced by BUTTON_CalcLabelRect(), ButtonWndProc_common(), CB_Paint(), GB_Paint(), OB_Paint(), PB_Paint(), and UB_Paint().
Definition at line 158 of file button.c.
Referenced by BUTTON_DrawLabel(), ButtonWndProc_common(), CB_Paint(), OB_Paint(), PB_Paint(), and UB_Paint().
Definition at line 1333 of file button.c.
Definition at line 942 of file button.c.
Definition at line 187 of file button.c.
Referenced by ButtonWndProc_common().
Definition at line 163 of file button.c.
Referenced by ButtonWndProc_common().
Definition at line 1278 of file button.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | button | ) |
|
static |
const struct builtin_class_descr BUTTON_builtin_class |
|
static |