ReactOS 0.4.16-dev-112-g52265ae
|
#include <assert.h>
#include <stdarg.h>
#include <windows.h>
#include <commctrl.h>
#include <uxtheme.h>
#include "wine/heap.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | rbband_result_t |
struct | rbsize_result_t |
struct | rbresize_test_result_t |
Macros | |
#define | _WIN32_WINNT 0x500 |
#define | _WIN32_IE 0x500 |
#define | check_rect(name, val, exp) |
#define | check_rect_no_top(name, val, exp) |
#define | compare(val, exp, format) ok((val) == (exp), #val " value " format " expected " format "\n", (val), (exp)); |
#define | expect_eq(line, expr, value, type, format) |
#define | rbsize_results_num 27 |
#define | check_sizes_todo(todomask) |
#define | check_sizes() check_sizes_todo(0) |
#define | comment(fmt, arg1) |
#define | check_client() |
#define | expect_band_content(hRebar, uBand, fStyle, clrFore, clrBack, lpText, iImage, hwndChild, cxMinChild, cyMinChild, cx, hbmBack, wID, cyChild, cyMaxChild, cyIntegral, cxIdeal, lParam, cxHeader, cxHeader_broken) |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
Variables | |
static | LPCSTR |
static | int |
static | COLORREF |
static | UINT |
static RECT | height_change_notify_rect |
static HWND | hMainWnd |
static int | system_font_height |
static int | g_parent_measureitem |
static rbsize_result_t * | rbsize_results |
static int | rbsize_numtests = 0 |
static const rbresize_test_result_t | resize_results [] |
static DWORD | resize_numtests = 0 |
#define check_client | ( | ) |
#define check_sizes | ( | ) | check_sizes_todo(0) |
#define check_sizes_todo | ( | todomask | ) |
#define expect_band_content | ( | hRebar, | |
uBand, | |||
fStyle, | |||
clrFore, | |||
clrBack, | |||
lpText, | |||
iImage, | |||
hwndChild, | |||
cxMinChild, | |||
cyMinChild, | |||
cx, | |||
hbmBack, | |||
wID, | |||
cyChild, | |||
cyMaxChild, | |||
cyIntegral, | |||
cxIdeal, | |||
lParam, | |||
cxHeader, | |||
cxHeader_broken | |||
) |
Definition at line 478 of file rebar.c.
Referenced by test_colors(), test_layout(), and test_resize().
Definition at line 97 of file rebar.c.
Referenced by add_band_w(), and test_layout().
Definition at line 1092 of file rebar.c.
Referenced by START_TEST().
Definition at line 84 of file rebar.c.
Referenced by test_bandinfo(), test_colors(), test_layout(), test_notification(), and test_showband().
|
static |
Definition at line 921 of file rebar.c.
|
static |
Definition at line 1151 of file rebar.c.
Referenced by START_TEST().
Definition at line 73 of file rebar.c.
Referenced by START_TEST().
Definition at line 61 of file rebar.c.
Referenced by START_TEST().
Definition at line 132 of file rebar.c.
Referenced by register_parent_wnd_class().
|
static |
Definition at line 236 of file rebar.c.
Referenced by rbsize_results_init().
|
static |
Definition at line 231 of file rebar.c.
Referenced by rbsize_results_init().
|
static |
Definition at line 248 of file rebar.c.
Referenced by test_layout().
Definition at line 1074 of file rebar.c.
Referenced by create_parent_window().
START_TEST | ( | rebar | ) |
Definition at line 1161 of file rebar.c.
Definition at line 191 of file rebar.c.
Referenced by rbsize_results_init().
Definition at line 966 of file rebar.c.
Referenced by START_TEST().
Definition at line 1026 of file rebar.c.
Referenced by START_TEST().
Definition at line 496 of file rebar.c.
Referenced by START_TEST().
Definition at line 1137 of file rebar.c.
Referenced by START_TEST().
Definition at line 868 of file rebar.c.
Referenced by START_TEST().
Definition at line 1107 of file rebar.c.
Referenced by START_TEST().
|
static |
Definition at line 130 of file rebar.c.
Referenced by parent_wndproc(), and test_notification().
|
static |
Definition at line 37 of file rebar.c.
Referenced by parent_wndproc(), and test_resize().
|
static |
Definition at line 38 of file rebar.c.
Referenced by create_rebar_control(), START_TEST(), and test_resize().
|
static |
Definition at line 244 of file rebar.c.
Referenced by rbsize_results_free(), and rbsize_results_init().
|
static |
Definition at line 39 of file rebar.c.
Referenced by init_system_font_height(), rbsize_results_init(), and test_bandinfo().