ReactOS 0.4.15-dev-7085-g12a5971
|
#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 694 of file button.c.
Definition at line 750 of file button.c.
Definition at line 1189 of file button.c.
Definition at line 876 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 1041 of file button.c.
Definition at line 1210 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 1322 of file button.c.
Definition at line 935 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 1267 of file button.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | button | ) |
|
static |
const struct builtin_class_descr BUTTON_builtin_class |
|
static |