ReactOS 0.4.16-dev-197-g92996da
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "commctrl.h"
#include "wine/test.h"
#include "v6util.h"
#include <windows.h>
#include "msg.h"
Go to the source code of this file.
Macros | |
#define | expect(expected, got) ok(expected == got, "Expected %d, got %d\n", expected, got); |
#define | expect_hex(expected, got) ok(expected == got, "Expected %x, got %x\n", expected, got); |
#define | expect_d(expected, got) ok(abs((expected) - (got)) <= 2, "Expected %d, got %d\n", expected, got); |
#define | NUM_MSG_SEQUENCES 2 |
#define | PARENT_SEQ_INDEX 0 |
#define | MONTHCAL_SEQ_INDEX 1 |
#define | SEL_NOTIFY_TEST_ID 100 |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
Variables | |
static struct msg_sequence * | sequences [NUM_MSG_SEQUENCES] |
static HWND | parent_wnd |
static const struct message | create_parent_window_seq [] |
static const struct message | create_monthcal_control_seq [] |
static const struct message | create_monthcal_multi_sel_style_seq [] |
static const struct message | monthcal_curr_date_seq [] |
static const struct message | monthcal_first_day_seq [] |
static const struct message | monthcal_unicode_seq [] |
static const struct message | monthcal_hit_test_seq [] |
static const struct message | monthcal_todaylink_seq [] |
static const struct message | monthcal_today_seq [] |
static const struct message | monthcal_scroll_seq [] |
static const struct message | monthcal_monthrange_seq [] |
static const struct message | monthcal_max_sel_day_seq [] |
static const struct message | destroy_monthcal_parent_msgs_seq [] |
static const struct message | destroy_monthcal_child_msgs_seq [] |
static const struct message | destroy_monthcal_multi_sel_style_seq [] |
Definition at line 35 of file monthcal.c.
#define expect_d | ( | expected, | |
got | |||
) | ok(abs((expected) - (got)) <= 2, "Expected %d, got %d\n", expected, got); |
Definition at line 37 of file monthcal.c.
Definition at line 36 of file monthcal.c.
#define MONTHCAL_SEQ_INDEX 1 |
Definition at line 41 of file monthcal.c.
#define NUM_MSG_SEQUENCES 2 |
Definition at line 39 of file monthcal.c.
#define PARENT_SEQ_INDEX 0 |
Definition at line 40 of file monthcal.c.
#define SEL_NOTIFY_TEST_ID 100 |
Definition at line 43 of file monthcal.c.
Definition at line 649 of file monthcal.c.
Referenced by test_color(), test_create(), test_currdate(), test_daystate(), test_destroy(), test_firstDay(), test_get_set_border(), test_hittest(), test_hittest_v6(), test_killfocus(), test_maxselday(), test_MCM_GETCALENDARCOUNT(), test_MCM_SIZERECTTOMIN(), test_monthrange(), test_scroll(), test_sel_notify(), test_selrange(), test_size(), test_today(), test_todaylink(), and test_unicode().
Definition at line 599 of file monthcal.c.
Referenced by START_TEST(), and test_notifyformat().
Definition at line 2041 of file monthcal.c.
Referenced by START_TEST().
|
static |
Definition at line 620 of file monthcal.c.
Referenced by create_monthcal_control().
|
static |
Definition at line 496 of file monthcal.c.
Referenced by register_parent_wnd_class().
Definition at line 582 of file monthcal.c.
Referenced by create_parent_window().
START_TEST | ( | monthcal | ) |
Definition at line 2050 of file monthcal.c.
|
static |
Definition at line 680 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1595 of file monthcal.c.
Referenced by create_manifest(), START_TEST(), test_actctx(), test_allowDelayedBinding(), test_compatibility(), test_dllredirect_section(), test_interthread_messages(), test_SearchPathA(), test_SearchPathW(), test_thread_actctx(), test_typelib_section(), and test_wndclass_section().
Definition at line 756 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1940 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1612 of file monthcal.c.
Referenced by START_TEST().
Definition at line 903 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1852 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1003 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1757 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1735 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1493 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1920 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1877 of file monthcal.c.
Referenced by START_TEST().
Definition at line 261 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1404 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1363 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1998 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1629 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1559 of file monthcal.c.
Referenced by run_from_file(), START_TEST(), and test_bitmap_info().
Definition at line 1306 of file monthcal.c.
Referenced by START_TEST().
Definition at line 1249 of file monthcal.c.
Referenced by START_TEST().
Definition at line 960 of file monthcal.c.
Referenced by START_TEST(), and testScreenBuffer().
Definition at line 75 of file monthcal.c.
Referenced by test_create().
Definition at line 83 of file monthcal.c.
Referenced by test_create().
Definition at line 51 of file monthcal.c.
Referenced by create_parent_window().
Definition at line 235 of file monthcal.c.
Referenced by test_destroy().
Definition at line 101 of file monthcal.c.
Referenced by test_firstDay().
Definition at line 224 of file monthcal.c.
Referenced by test_maxselday().
Definition at line 218 of file monthcal.c.
Referenced by test_monthrange().
Definition at line 183 of file monthcal.c.
Referenced by test_todaylink().
|
static |
Definition at line 49 of file monthcal.c.
Referenced by create_monthcal_control(), START_TEST(), test_change_focus(), and test_killfocus().
|
static |
Definition at line 47 of file monthcal.c.
Referenced by create_parent_window(), monthcal_subclass_proc(), parent_wnd_proc(), START_TEST(), test_create(), test_currdate(), test_destroy(), test_firstDay(), test_hittest(), test_maxselday(), test_monthrange(), test_scroll(), test_today(), test_todaylink(), and test_unicode().