|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 482 of file rebar.c.
Referenced by test_colors(), test_layout(), and test_resize().
Definition at line 101 of file rebar.c.
Referenced by add_band_w(), and test_layout().
Definition at line 1096 of file rebar.c.
Referenced by START_TEST().
Definition at line 88 of file rebar.c.
Referenced by test_bandinfo(), test_colors(), test_layout(), test_notification(), and test_showband().
|
static |
Definition at line 925 of file rebar.c.
|
static |
Definition at line 1155 of file rebar.c.
Referenced by START_TEST().
Definition at line 77 of file rebar.c.
Referenced by START_TEST().
Definition at line 65 of file rebar.c.
Referenced by START_TEST().
Definition at line 136 of file rebar.c.
Referenced by register_parent_wnd_class().
|
static |
Definition at line 240 of file rebar.c.
Referenced by rbsize_results_init().
|
static |
Definition at line 235 of file rebar.c.
Referenced by rbsize_results_init().
|
static |
Definition at line 252 of file rebar.c.
Referenced by test_layout().
Definition at line 1078 of file rebar.c.
Referenced by create_parent_window().
| START_TEST | ( | rebar | ) |
Definition at line 1165 of file rebar.c.
Definition at line 195 of file rebar.c.
Referenced by rbsize_results_init().
Definition at line 970 of file rebar.c.
Referenced by START_TEST().
Definition at line 1030 of file rebar.c.
Referenced by START_TEST().
Definition at line 500 of file rebar.c.
Referenced by START_TEST().
Definition at line 1141 of file rebar.c.
Referenced by START_TEST().
Definition at line 872 of file rebar.c.
Referenced by START_TEST().
Definition at line 1111 of file rebar.c.
Referenced by START_TEST().
|
static |
Definition at line 134 of file rebar.c.
Referenced by parent_wndproc(), and test_notification().
|
static |
Definition at line 41 of file rebar.c.
Referenced by parent_wndproc(), and test_resize().
|
static |
Definition at line 42 of file rebar.c.
Referenced by create_rebar_control(), START_TEST(), and test_resize().
|
static |
Definition at line 248 of file rebar.c.
Referenced by rbsize_results_free(), and rbsize_results_init().
|
static |
Definition at line 43 of file rebar.c.
Referenced by init_system_font_height(), rbsize_results_init(), and test_bandinfo().