ReactOS 0.4.16-dev-197-g92996da
|
#include <windows.h>
#include <commctrl.h>
#include "wine/test.h"
#include "v6util.h"
#include "msg.h"
Go to the source code of this file.
Classes | |
struct | tagEXPECTEDNOTIFY |
Macros | |
#define | MAX_CHARS 100 |
#define | compare(val, exp, fmt) ok((val) == (exp), #val " value: " fmt ", expected: " fmt "\n", (val), (exp)) |
#define | expect(expected, got) ok(expected == got, "expected %d, got %d\n", expected,got) |
#define | NUM_MSG_SEQUENCES 2 |
#define | PARENT_SEQ_INDEX 0 |
#define | HEADER_SEQ_INDEX 1 |
#define | TEST_GET_ITEM(i, c) |
#define | TEST_GET_ITEMCOUNT(i) |
#define | TEST_NMCUSTOMDRAW(draw_stage, item_spec, lparam, _left, _top, _right, _bottom) |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
Typedefs | |
typedef struct tagEXPECTEDNOTIFY | EXPECTEDNOTIFY |
typedef LRESULT(* | CUSTOMDRAWPROC) (int n, NMCUSTOMDRAW *nm) |
typedef struct tagEXPECTEDNOTIFY EXPECTEDNOTIFY |
Definition at line 246 of file header.c.
Referenced by test_hdm_orderarray(), and test_header_control().
|
static |
Definition at line 312 of file header.c.
Referenced by check_auto_fields().
Definition at line 613 of file header.c.
Referenced by test_header_control().
Definition at line 666 of file header.c.
Referenced by test_header_control().
|
static |
Definition at line 1536 of file header.c.
Referenced by test_header_order().
|
static |
Definition at line 1721 of file header.c.
Referenced by test_hdm_orderarray().
Definition at line 347 of file header.c.
Referenced by HeaderTestWndProc().
Definition at line 487 of file header.c.
Referenced by test_hdf_fixedwidth(), test_hdm_bitmapmarginMessages(), test_hdm_filterMessages(), test_hdm_getitemrect(), test_hdm_hittest(), test_hdm_imageMessages(), test_hdm_index_messages(), test_hdm_layout(), test_hdm_ordertoindex(), test_hdm_sethotdivider(), test_hdm_unicodeformatMessages(), test_hds_nosizing(), and test_item_auto_format().
Definition at line 475 of file header.c.
Referenced by START_TEST().
Definition at line 321 of file header.c.
Referenced by test_customdraw(), test_hdm_orderarray(), test_header_control(), and test_header_order().
|
static |
Definition at line 1378 of file header.c.
Referenced by test_customdraw().
|
static |
Definition at line 1397 of file header.c.
Referenced by test_customdraw().
|
static |
Definition at line 1424 of file header.c.
Referenced by test_customdraw().
|
static |
Definition at line 1455 of file header.c.
Referenced by test_customdraw().
Definition at line 293 of file header.c.
Referenced by test_header_control().
Definition at line 219 of file header.c.
Referenced by setItem(), and setItemUnicodeNotify().
Definition at line 303 of file header.c.
Referenced by test_header_control().
Definition at line 298 of file header.c.
Referenced by check_order().
Definition at line 538 of file header.c.
Referenced by test_item_auto_format().
|
static |
Definition at line 405 of file header.c.
Referenced by create_custom_header_control().
|
static |
Definition at line 1613 of file header.c.
Referenced by init().
|
static |
Definition at line 1680 of file header.c.
Referenced by START_TEST().
Definition at line 1670 of file header.c.
Referenced by START_TEST().
Definition at line 238 of file header.c.
Referenced by setItem(), and setItemUnicodeNotify().
|
static |
Definition at line 426 of file header.c.
Referenced by register_parent_wnd_class().
Definition at line 458 of file header.c.
Referenced by create_custom_parent_window(), and create_parent_window().
|
static |
Definition at line 1482 of file header.c.
Referenced by test_customdraw().
Definition at line 256 of file header.c.
Referenced by test_header_control().
Definition at line 274 of file header.c.
Referenced by test_header_control().
START_TEST | ( | header | ) |
Definition at line 1836 of file header.c.
Definition at line 1492 of file header.c.
Referenced by START_TEST().
Definition at line 1225 of file header.c.
Referenced by START_TEST().
Definition at line 1089 of file header.c.
Referenced by START_TEST().
Definition at line 1009 of file header.c.
Referenced by START_TEST().
Definition at line 820 of file header.c.
Referenced by START_TEST().
Definition at line 899 of file header.c.
Referenced by START_TEST().
Definition at line 977 of file header.c.
Referenced by START_TEST().
Definition at line 1111 of file header.c.
Referenced by START_TEST().
Definition at line 1753 of file header.c.
Referenced by START_TEST().
Definition at line 881 of file header.c.
Referenced by START_TEST().
Definition at line 946 of file header.c.
Referenced by START_TEST().
Definition at line 1068 of file header.c.
Referenced by START_TEST().
Definition at line 1293 of file header.c.
Referenced by START_TEST().
Definition at line 721 of file header.c.
Referenced by START_TEST().
Definition at line 1554 of file header.c.
Referenced by START_TEST().
Definition at line 554 of file header.c.
Referenced by START_TEST().
Definition at line 94 of file header.c.
Referenced by test_hdm_bitmapmarginMessages(), test_hdm_filterMessages(), test_hdm_getitemrect(), test_hdm_hittest(), test_hdm_imageMessages(), test_hdm_index_messages(), test_hdm_layout(), test_hdm_ordertoindex(), test_hdm_sethotdivider(), and test_hdm_unicodeformatMessages().
Definition at line 75 of file header.c.
Referenced by test_hdm_index_messages().
Definition at line 213 of file header.c.
Referenced by test_hdm_bitmapmarginMessages().
Definition at line 67 of file header.c.
Referenced by START_TEST().
Definition at line 116 of file header.c.
Referenced by test_hdm_index_messages().
|
static |
Definition at line 47 of file header.c.
Referenced by expect_notify(), and HeaderTestWndProc().
Definition at line 188 of file header.c.
Referenced by test_hdm_filterMessages().
Definition at line 198 of file header.c.
Referenced by test_hdm_filterMessages().
|
static |
Definition at line 42 of file header.c.
Referenced by HeaderTestWndProc(), and run_customdraw_scenario().
|
static |
Definition at line 41 of file header.c.
Referenced by HeaderTestWndProc(), and run_customdraw_scenario().
|
static |
Definition at line 45 of file header.c.
Referenced by customdraw_1(), customdraw_2(), customdraw_3(), customdraw_4(), init(), test_customdraw(), test_hdm_getitemrect(), and test_hdm_hittest().
|
static |
Definition at line 43 of file header.c.
Referenced by HeaderTestWndProc(), and test_customdraw().
|
static |
Definition at line 44 of file header.c.
Referenced by HeaderTestWndProc(), and test_customdraw().
Definition at line 109 of file header.c.
Referenced by test_hdm_index_messages().
Definition at line 138 of file header.c.
Referenced by test_hdm_getitemrect().
|
static |
Definition at line 53 of file header.c.
Referenced by create_header_control(), init(), START_TEST(), and test_header_control().
Definition at line 155 of file header.c.
Referenced by test_hdm_hittest().
|
static |
Definition at line 54 of file header.c.
Referenced by check_auto_fields(), check_mask(), check_order(), HeaderTestWndProc(), run_customdraw_scenario(), test_customdraw(), test_header_control(), and test_header_order().
Definition at line 181 of file header.c.
Referenced by test_hdm_imageMessages().
Definition at line 101 of file header.c.
Referenced by test_hdm_index_messages().
Definition at line 145 of file header.c.
Referenced by test_hdm_layout().
|
static |
Definition at line 48 of file header.c.
Referenced by dont_expect_notify(), expect_notify(), HeaderTestWndProc(), and notifies_received().
|
static |
Definition at line 49 of file header.c.
Referenced by HeaderTestWndProc(), and notifies_received().
|
static |
Definition at line 51 of file header.c.
Referenced by dont_expect_notify(), HeaderTestWndProc(), and notifies_received().
Definition at line 126 of file header.c.
Referenced by test_hdm_index_messages().
Definition at line 150 of file header.c.
Referenced by test_hdm_ordertoindex().
|
static |
Definition at line 390 of file header.c.
Referenced by test_header_control().
Definition at line 391 of file header.c.
Referenced by test_header_control().
|
static |
Definition at line 65 of file header.c.
Referenced by create_custom_header_control(), header_subclass_proc(), parent_wnd_proc(), START_TEST(), test_hdm_bitmapmarginMessages(), test_hdm_filterMessages(), test_hdm_getitemrect(), test_hdm_hittest(), test_hdm_imageMessages(), test_hdm_index_messages(), test_hdm_layout(), test_hdm_ordertoindex(), test_hdm_sethotdivider(), and test_hdm_unicodeformatMessages().
Definition at line 162 of file header.c.
Referenced by test_hdm_sethotdivider().
Definition at line 174 of file header.c.
Referenced by test_hdm_sethotdivider().
Definition at line 132 of file header.c.
Referenced by test_hdm_index_messages().
|
static |
|
static |
Definition at line 50 of file header.c.
Referenced by dont_expect_notify(), and HeaderTestWndProc().
Definition at line 207 of file header.c.
Referenced by test_hdm_unicodeformatMessages().