|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <user32.h>
Go to the source code of this file.
Macros | |
| #define | STATE_GWL_OFFSET 0 |
| #define | BUTTON_HFONT_GWL_OFFSET (sizeof(LONG)) |
| #define | HIMAGE_GWL_OFFSET (BUTTON_HFONT_GWL_OFFSET+sizeof(HFONT)) |
| #define | BUTTON_UISTATE_GWL_OFFSET (HIMAGE_GWL_OFFSET+sizeof(HFONT)) |
| #define | NB_EXTRA_BYTES (BUTTON_UISTATE_GWL_OFFSET+sizeof(LONG_PTR)) |
| #define | BUTTON_NSTATES 0x0F |
| #define | BUTTON_BTNPRESSED 0x40 |
| #define | BUTTON_UNKNOWN2 0x20 |
| #define | BUTTON_UNKNOWN3 0x10 |
| #define | BUTTON_NOTIFY_PARENT(hWnd, code) |
| #define | MAX_BTN_TYPE 16 |
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.
|
inlinestatic |
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 |