ReactOS
0.4.15-dev-4914-g2220e56
|
#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 750 of file button.c.
Referenced by ButtonWndProc_common(), CB_Paint(), GB_Paint(), and PB_Paint().
Definition at line 1189 of file button.c.
Referenced by ButtonWndProc_common().
Definition at line 876 of file button.c.
Referenced by CB_Paint(), GB_Paint(), and PB_Paint().
|
static |
Definition at line 861 of file button.c.
Referenced by BUTTON_DrawLabel().
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 209 of file button.c.
Referenced by BUTTON_CalcLabelRect(), and BUTTON_DrawLabel().
Definition at line 192 of file button.c.
Referenced by BUTTON_BStoDT(), ButtonWndProc_common(), CB_Paint(), and PB_Paint().
Definition at line 1322 of file button.c.
Definition at line 198 of file button.c.
Referenced by ButtonWndProc_common().
Definition at line 935 of file button.c.
Referenced by CB_Paint().
Definition at line 187 of file button.c.
Referenced by ButtonWndProc_common().
Definition at line 1267 of file button.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | button | ) |
|
static |
Definition at line 122 of file button.c.
Referenced by ButtonWndProc_common(), and paint_button().
const struct builtin_class_descr BUTTON_builtin_class |
|
static |