ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <windows.h>
#include <commctrl.h>
#include "resources.h"
#include "wine/test.h"
#include "v6util.h"
#include "msg.h"
Go to the source code of this file.
Macros | |
#define | expect(expected, got) ok(got == expected, "Expected %d, got %d\n", expected, got) |
#define | TEST_CDDS_PREPAINT 0x00000001 |
#define | TEST_CDDS_POSTPAINT 0x00000002 |
#define | TEST_CDDS_PREERASE 0x00000004 |
#define | TEST_CDDS_POSTERASE 0x00000008 |
#define | TEST_CDDS_ITEMPREPAINT 0x00000010 |
#define | TEST_CDDS_ITEMPOSTPAINT 0x00000020 |
#define | TEST_CDDS_ITEMPREERASE 0x00000040 |
#define | TEST_CDDS_ITEMPOSTERASE 0x00000080 |
#define | TEST_CDDS_SUBITEM 0x00000100 |
Enumerations | |
enum | seq_index { COMBINED_SEQ_INDEX = 0 , NUM_MSG_SEQUENCES , LB_SEQ_INDEX , PARENT_SEQ_INDEX , NUM_MSG_SEQUENCES , PARENT_SEQ_INDEX , PARENT_FULL_SEQ_INDEX , PARENT_CD_SEQ_INDEX , LISTVIEW_SEQ_INDEX , EDITBOX_SEQ_INDEX , COMBINED_SEQ_INDEX , NUM_MSG_SEQUENCES , PARENT_SEQ_INDEX = 0 , NUM_MSG_SEQUENCES } |
Functions | |
static void | test_create_tooltip (BOOL is_v6) |
static void | flush_events (int waitTime) |
static LRESULT CALLBACK | custom_draw_wnd_proc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static void | test_customdraw (void) |
static LRESULT WINAPI | parent_wnd_proc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
static void | register_parent_wnd_class (void) |
static HWND | create_parent_window (void) |
static void | test_gettext (void) |
static void | test_ttm_gettoolinfo (void) |
static void | test_longtextA (void) |
static void | test_longtextW (void) |
static BOOL | almost_eq (int a, int b) |
static void | test_track (void) |
static LRESULT CALLBACK | info_wnd_proc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static void | test_setinfo (BOOL is_v6) |
static void | test_margin (void) |
static void | test_TTM_ADDTOOL (BOOL is_v6) |
static void | test_TTN_SHOW (void) |
START_TEST (tooltips) | |
Variables | |
static struct msg_sequence * | sequences [NUM_MSG_SEQUENCES] |
static int | CD_Stages |
static LRESULT | CD_Result |
static HWND | g_hwnd |
static const CHAR | testcallbackA [] = "callback" |
static RECT | g_ttip_rect |
static const struct message | ttn_show_parent_seq [] |
Definition at line 30 of file tooltips.c.
#define TEST_CDDS_ITEMPOSTERASE 0x00000080 |
Definition at line 107 of file tooltips.c.
#define TEST_CDDS_ITEMPOSTPAINT 0x00000020 |
Definition at line 105 of file tooltips.c.
#define TEST_CDDS_ITEMPREERASE 0x00000040 |
Definition at line 106 of file tooltips.c.
#define TEST_CDDS_ITEMPREPAINT 0x00000010 |
Definition at line 104 of file tooltips.c.
#define TEST_CDDS_POSTERASE 0x00000008 |
Definition at line 103 of file tooltips.c.
#define TEST_CDDS_POSTPAINT 0x00000002 |
Definition at line 101 of file tooltips.c.
#define TEST_CDDS_PREERASE 0x00000004 |
Definition at line 102 of file tooltips.c.
#define TEST_CDDS_PREPAINT 0x00000001 |
Definition at line 100 of file tooltips.c.
#define TEST_CDDS_SUBITEM 0x00000100 |
Definition at line 108 of file tooltips.c.
Definition at line 32 of file tooltips.c.
Definition at line 341 of file tooltips.c.
Referenced by test_gettext(), and test_TTN_SHOW().
|
static |
Definition at line 110 of file tooltips.c.
Referenced by test_customdraw().
Definition at line 82 of file tooltips.c.
Definition at line 921 of file tooltips.c.
Referenced by test_setinfo().
|
static |
Definition at line 277 of file tooltips.c.
Referenced by register_parent_wnd_class().
Definition at line 322 of file tooltips.c.
Referenced by START_TEST().
START_TEST | ( | tooltips | ) |
Definition at line 1236 of file tooltips.c.
Definition at line 40 of file tooltips.c.
Referenced by START_TEST().
Definition at line 149 of file tooltips.c.
Referenced by START_TEST().
Definition at line 351 of file tooltips.c.
Referenced by START_TEST().
Definition at line 747 of file tooltips.c.
Referenced by START_TEST().
Definition at line 803 of file tooltips.c.
Referenced by START_TEST().
Definition at line 1070 of file tooltips.c.
Referenced by START_TEST().
Definition at line 935 of file tooltips.c.
Referenced by START_TEST().
Definition at line 870 of file tooltips.c.
Referenced by START_TEST().
Definition at line 1107 of file tooltips.c.
Referenced by START_TEST().
Definition at line 549 of file tooltips.c.
Referenced by START_TEST().
Definition at line 1185 of file tooltips.c.
Referenced by START_TEST().
|
static |
Definition at line 97 of file tooltips.c.
Referenced by custom_draw_wnd_proc(), and test_customdraw().
|
static |
Definition at line 96 of file tooltips.c.
Referenced by custom_draw_wnd_proc(), and test_customdraw().
|
static |
Definition at line 98 of file tooltips.c.
Referenced by custom_draw_wnd_proc(), and test_customdraw().
|
static |
Definition at line 276 of file tooltips.c.
Referenced by parent_wnd_proc().
|
static |
Definition at line 38 of file tooltips.c.
Referenced by parent_wnd_proc(), START_TEST(), and test_TTN_SHOW().
Definition at line 274 of file tooltips.c.
Referenced by parent_wnd_proc(), and test_gettext().
Definition at line 1179 of file tooltips.c.
Referenced by test_TTN_SHOW().