|
ReactOS 0.4.16-dev-2528-g7139e57
|
#include <limits.h>#include <stdarg.h>#include <stdio.h>#include <windows.h>#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | STRICT |
| #define | WIN32_LEAN_AND_MEAN |
| #define | COMBO_ID 1995 |
| #define | COMBO_YBORDERSIZE() 2 |
| #define | expect_eq(expr, value, type, fmt) ; { type val = expr; ok(val == (value), #expr " expected " #fmt " got " #fmt "\n", (value), val); } |
| #define | expect_rect(r, _left, _top, _right, _bottom) |
Variables | |
| static HWND | hMainWnd |
| static UINT | msg |
| static UINT WPARAM | wparam |
| static UINT WPARAM LPARAM | lparam |
| static LPCSTR | expected_edit_text |
| static LPCSTR | expected_list_text |
| static BOOL | selchange_fired |
| static HWND | lparam_for_WM_CTLCOLOR |
| static HBRUSH | brush_red |
| static WNDPROC | edit_window_proc |
| static long | setsel_start = 1 |
| static long | setsel_end = 1 |
| static HWND | hCBN_SetFocus |
| static HWND | hCBN_KillFocus |
Definition at line 44 of file combo.c.
Referenced by test_changesize(), test_combo_ctlcolor(), test_editselection(), test_editselection_focus(), test_listbox_styles(), test_selection(), test_setfont(), test_setitemheight(), and test_WS_VSCROLL().
|
static |
Definition at line 49 of file combo.c.
Definition at line 69 of file combo.c.
Referenced by test_setfont().
|
static |
Definition at line 199 of file combo.c.
| START_TEST | ( | combo | ) |
Definition at line 921 of file combo.c.
Definition at line 303 of file combo.c.
Referenced by START_TEST().
Definition at line 397 of file combo.c.
Referenced by START_TEST().
Definition at line 843 of file combo.c.
Definition at line 472 of file combo.c.
Referenced by START_TEST().
Definition at line 607 of file combo.c.
Referenced by START_TEST().
Definition at line 712 of file combo.c.
Referenced by START_TEST().
Definition at line 664 of file combo.c.
Referenced by START_TEST().
|
static |
Definition at line 248 of file combo.c.
Definition at line 117 of file combo.c.
Referenced by START_TEST().
Definition at line 77 of file combo.c.
Referenced by START_TEST().
|
static |
Definition at line 314 of file combo.c.
Referenced by START_TEST().
Definition at line 808 of file combo.c.
Referenced by START_TEST().