ReactOS 0.4.16-dev-297-gc569aee
|
#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 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 41 of file combo.c.
Referenced by test_changesize(), test_editselection(), test_editselection_focus(), test_listbox_styles(), test_selection(), test_setfont(), test_setitemheight(), and test_WS_VSCROLL().
|
static |
Definition at line 46 of file combo.c.
Referenced by GdipGetFontHeight(), get_font_hfont(), OleCreatePropertyFrameIndirect(), test_combo_setitemheight(), test_font_height_scaling(), test_GetConsoleFontSize(), test_GetTextMetrics2(), test_ID3DXFont(), test_setfont(), and test_setitemheight().
Definition at line 66 of file combo.c.
Referenced by test_setfont().
|
static |
Definition at line 177 of file combo.c.
START_TEST | ( | combo | ) |
Definition at line 807 of file combo.c.
Definition at line 267 of file combo.c.
Referenced by START_TEST().
Definition at line 361 of file combo.c.
Referenced by START_TEST().
Definition at line 436 of file combo.c.
Referenced by START_TEST().
Definition at line 571 of file combo.c.
Referenced by START_TEST().
Definition at line 676 of file combo.c.
Referenced by START_TEST().
Definition at line 628 of file combo.c.
Referenced by START_TEST().
|
static |
Definition at line 212 of file combo.c.
Definition at line 97 of file combo.c.
Referenced by START_TEST().
Definition at line 74 of file combo.c.
Referenced by START_TEST().
|
static |
Definition at line 278 of file combo.c.
Referenced by START_TEST().
Definition at line 772 of file combo.c.
Referenced by START_TEST().