ReactOS 0.4.16-dev-336-gb667d82
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "winreg.h"
#include "commctrl.h"
#include "resources.h"
#include "wine/test.h"
#include "msg.h"
Go to the source code of this file.
Classes | |
struct | tbsize_result_t |
struct | tbsize_alt_result_t |
struct | tbrows_result_t |
struct | extended_style_t |
Macros | |
#define | PARENT_SEQ_INDEX 0 |
#define | NUM_MSG_SEQUENCES 1 |
#define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
#define | CHECK_EXPECT2(func) |
#define | CHECK_CALLED(func) |
#define | SET_EXPECT(func) expect_ ## func = TRUE |
#define | expect(EXPECTED, GOT) ok((GOT)==(EXPECTED), "Expected %d, got %d\n", (EXPECTED), (GOT)) |
#define | check_rect(name, val, exp, ...) |
#define | compare(val, exp, format) ok((val) == (exp), #val " value " format " expected " format "\n", (val), (exp)); |
#define | check_button_size(handle, width, height, ...) |
#define | CHECK_IMAGELIST(count, dx, dy) |
#define | CHECK_STRING_TABLE(count, tab) |
#define | check_hot_notify() |
#define | STRING0 "A" |
#define | STRING1 "MMMMMMMMMMMMM" |
#define | STRING2 "Tst" |
#define | tbsize_results_num 28 |
#define | check_sizes_todo(todomask) |
#define | check_sizes() check_sizes_todo(0) |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
#define check_hot_notify | ( | ) |
#define check_sizes | ( | ) | check_sizes_todo(0) |
#define check_sizes_todo | ( | todomask | ) |
Definition at line 479 of file toolbar.c.
Referenced by test_sizes().
Definition at line 375 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2164 of file toolbar.c.
Referenced by test_create().
DEFINE_EXPECT | ( | g_hook_create | ) |
DEFINE_EXPECT | ( | g_hook_WM_CREATE | ) |
DEFINE_EXPECT | ( | g_hook_WM_NCCREATE | ) |
Definition at line 832 of file toolbar.c.
Referenced by test_hotitem().
|
static |
Definition at line 2520 of file toolbar.c.
Referenced by START_TEST().
|
static |
Definition at line 1027 of file toolbar.c.
Referenced by test_sizes().
Definition at line 128 of file toolbar.c.
Referenced by basic_test(), test_get_set_style(), and test_setrows().
Definition at line 138 of file toolbar.c.
Referenced by parent_wnd_proc().
|
static |
Definition at line 312 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1644 of file toolbar.c.
Referenced by test_recalc().
Definition at line 437 of file toolbar.c.
Referenced by rebuild_toolbar_with_buttons(), test_add_bitmap(), test_add_string(), test_dispinfo(), test_drawtext_flags(), test_imagelist(), test_save(), test_sizes(), test_TB_GET_SET_EXTENDEDSTYLE(), and test_tooltip().
Definition at line 449 of file toolbar.c.
Referenced by prepare_recalc_test(), test_getbuttoninfo(), test_hotitem(), test_save(), and test_sizes().
Definition at line 1665 of file toolbar.c.
Referenced by test_recalc().
START_TEST | ( | toolbar | ) |
Definition at line 2533 of file toolbar.c.
Definition at line 983 of file toolbar.c.
Referenced by init_tbsize_results(), and test_sizes().
Definition at line 972 of file toolbar.c.
Referenced by init_tbsize_results(), and test_sizes().
|
static |
Definition at line 1014 of file toolbar.c.
Referenced by init_tbsize_results().
Definition at line 498 of file toolbar.c.
Referenced by START_TEST().
Definition at line 765 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2186 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1827 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1876 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2048 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1795 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1967 of file toolbar.c.
Referenced by START_TEST().
Definition at line 843 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2500 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2308 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1682 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2363 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1928 of file toolbar.c.
Referenced by START_TEST().
Definition at line 1354 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2265 of file toolbar.c.
Referenced by START_TEST().
Definition at line 2005 of file toolbar.c.
Referenced by START_TEST().
|
static |
Definition at line 2103 of file toolbar.c.