ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | SUBCLASS_NAME "MyStatusBar" |
#define | expect(expected, got) ok (expected == got,"Expected %d, got %d\n",expected,got) |
#define | expect_rect(_left, _top, _right, _bottom, got) |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
Variables | |
static HINSTANCE | hinst |
static WNDPROC | g_status_wndproc |
static RECT | g_rcCreated |
static HWND | g_hMainWnd |
static int | g_wmsize_count = 0 |
static INT | g_ysize |
static INT | g_dpisize |
static int | g_wmdrawitm_ctr |
static WNDPROC | g_wndproc_saved |
static BOOL | g_got_dblclk |
static BOOL | g_got_click |
static BOOL | g_got_rdblclk |
static BOOL | g_got_rclick |
static BOOL | g_got_contextmenu |
#define expect_rect | ( | _left, | |
_top, | |||
_right, | |||
_bottom, | |||
got | |||
) |
|
static |
Definition at line 159 of file status.c.
Referenced by test_height().
|
static |
Definition at line 116 of file status.c.
Referenced by check_height_family_enumproc().
Definition at line 48 of file status.c.
Referenced by test_status_control().
|
static |
Definition at line 62 of file status.c.
Referenced by register_subclass().
Definition at line 714 of file status.c.
Referenced by START_TEST().
|
static |
Definition at line 436 of file status.c.
Referenced by test_status_ownerdraw().
Definition at line 85 of file status.c.
Referenced by START_TEST().
START_TEST | ( | status | ) |
Definition at line 723 of file status.c.
Definition at line 98 of file status.c.
Referenced by START_TEST().
Definition at line 483 of file status.c.
Referenced by START_TEST().
Definition at line 168 of file status.c.
Referenced by START_TEST(), test_height_selection(), and test_height_selection_vdmx().
Definition at line 549 of file status.c.
Referenced by START_TEST().
|
static |
Definition at line 520 of file status.c.
Referenced by test_notify().
Definition at line 589 of file status.c.
Referenced by START_TEST().
Definition at line 251 of file status.c.
Referenced by START_TEST().
Definition at line 445 of file status.c.
Referenced by START_TEST().
|
static |
Definition at line 42 of file status.c.
Referenced by check_height_font_enumproc(), and test_height().
|
static |
Definition at line 513 of file status.c.
Referenced by test_notify(), and test_notify_parent_proc().
|
static |
Definition at line 518 of file status.c.
Referenced by test_notify(), and test_notify_parent_proc().
|
static |
Definition at line 512 of file status.c.
Referenced by test_notify(), and test_notify_parent_proc().
|
static |
Definition at line 515 of file status.c.
Referenced by test_notify(), and test_notify_parent_proc().
|
static |
Definition at line 514 of file status.c.
Referenced by test_notify(), and test_notify_parent_proc().
|
static |
Definition at line 39 of file status.c.
Referenced by create_test_wndproc(), START_TEST(), test_create(), test_gettext(), test_height(), test_sizegrip(), and test_status_ownerdraw().
|
static |
Definition at line 38 of file status.c.
Referenced by create_test_wndproc(), and test_create().
|
static |
Definition at line 37 of file status.c.
Referenced by create_test_wndproc(), and register_subclass().
|
static |
Definition at line 43 of file status.c.
Referenced by ownerdraw_test_wndproc(), and test_status_ownerdraw().
|
static |
Definition at line 40 of file status.c.
Referenced by create_test_wndproc(), and test_height().
|
static |
Definition at line 44 of file status.c.
Referenced by ownerdraw_test_wndproc(), and test_status_ownerdraw().
|
static |
Definition at line 41 of file status.c.
Referenced by check_height_font_enumproc(), and test_height().
|
static |
Definition at line 36 of file status.c.
Referenced by create_status_control(), and START_TEST().