ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
#include "wine/test.h"
#include "msg.h"
Go to the source code of this file.
Classes | |
struct | tabcreate_style |
Macros | |
#define | DEFAULT_MIN_TAB_WIDTH 54 |
#define | TAB_PADDING_X 6 |
#define | EXTRA_ICON_PADDING 3 |
#define | MAX_TABLEN 32 |
#define | NUM_MSG_SEQUENCES 2 |
#define | PARENT_SEQ_INDEX 0 |
#define | TAB_SEQ_INDEX 1 |
#define | expect(expected, got) ok ( expected == got, "Expected %d, got %d\n", expected, got) |
#define | expect_str(expected, got) ok ( strcmp(expected, got) == 0, "Expected '%s', got '%s'\n", expected, got) |
#define | TabWidthPadded(padd_x, num) (DEFAULT_MIN_TAB_WIDTH - (TAB_PADDING_X - (padd_x)) * num) |
#define | CHECKSIZE(hwnd, width, height, msg) CheckSize(hwnd,width,height,msg,__LINE__) |
#define | TABCHECKSETSIZE(hwnd, set_width, set_height, exp_width, exp_height, msg) TabCheckSetSize(hwnd,set_width,set_height,exp_width,exp_height,msg,__LINE__) |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
#define TabWidthPadded | ( | padd_x, | |
num | |||
) | (DEFAULT_MIN_TAB_WIDTH - (TAB_PADDING_X - (padd_x)) * num) |
Definition at line 48 of file tab.c.
Referenced by TabCheckSetSize().
Definition at line 224 of file tab.c.
Referenced by test_removeimage(), and test_tab().
Definition at line 402 of file tab.c.
Referenced by test_getset_tooltips().
Definition at line 362 of file tab.c.
Referenced by test_adjustrect(), test_curfocus(), test_cursel(), test_delete_focus(), test_delete_selection(), test_extendedstyle(), test_getset_item(), test_getset_tooltips(), test_insert_focus(), test_TCM_GETROWCOUNT(), test_TCM_SETITEMEXTRA(), test_TCN_SELCHANGING(), test_TCS_OWNERDRAWFIXED(), test_unicodeformat(), and test_WM_CONTEXTMENU().
Definition at line 321 of file tab.c.
Referenced by START_TEST().
|
static |
Definition at line 1383 of file tab.c.
Referenced by START_TEST().
|
static |
Definition at line 261 of file tab.c.
Referenced by registerParentWindowClass().
Definition at line 304 of file tab.c.
Referenced by createParentWindow().
START_TEST | ( | tab | ) |
Definition at line 1484 of file tab.c.
|
static |
Definition at line 331 of file tab.c.
Referenced by createFilledTabControl().
|
static |
Definition at line 67 of file tab.c.
Definition at line 983 of file tab.c.
Referenced by START_TEST().
Definition at line 1365 of file tab.c.
Referenced by START_TEST().
Definition at line 598 of file tab.c.
Referenced by START_TEST().
Definition at line 671 of file tab.c.
Referenced by START_TEST().
Definition at line 1066 of file tab.c.
Referenced by START_TEST().
Definition at line 1181 of file tab.c.
Referenced by START_TEST().
Definition at line 742 of file tab.c.
Referenced by START_TEST().
Definition at line 809 of file tab.c.
Referenced by START_TEST().
Definition at line 952 of file tab.c.
Referenced by START_TEST().
Definition at line 1000 of file tab.c.
Referenced by START_TEST().
Definition at line 1115 of file tab.c.
Referenced by START_TEST().
Definition at line 439 of file tab.c.
Definition at line 1462 of file tab.c.
Referenced by START_TEST().
Definition at line 1203 of file tab.c.
Referenced by START_TEST().
Definition at line 1395 of file tab.c.
Referenced by START_TEST().
Definition at line 1240 of file tab.c.
Referenced by START_TEST().
Definition at line 777 of file tab.c.
Referenced by START_TEST().
Definition at line 1337 of file tab.c.
Referenced by START_TEST().
|
static |
Definition at line 1358 of file tab.c.
Referenced by test_create().
Definition at line 86 of file tab.c.
Referenced by test_curfocus(), test_cursel(), test_delete_focus(), test_extendedstyle(), test_getset_item(), test_insert_focus(), test_TCM_GETROWCOUNT(), test_TCN_SELCHANGING(), and test_unicodeformat().
Definition at line 202 of file tab.c.
Referenced by test_TCN_SELCHANGING().
|
static |
Definition at line 80 of file tab.c.
Referenced by parent_wnd_proc(), and test_TCS_OWNERDRAWFIXED().
Definition at line 90 of file tab.c.
Referenced by test_TCM_GETROWCOUNT().
Definition at line 118 of file tab.c.
Referenced by test_extendedstyle().
Definition at line 136 of file tab.c.
Referenced by test_getset_item().
Definition at line 155 of file tab.c.
Referenced by test_getset_tooltips().
Definition at line 143 of file tab.c.
Referenced by test_getset_tooltips().
HICON |
Definition at line 46 of file tab.c.
Referenced by test_removeimage().
|
static |
Definition at line 81 of file tab.c.
Referenced by createFilledTabControl(), START_TEST(), test_adjustrect(), test_create(), test_curfocus(), test_cursel(), test_delete_focus(), test_delete_selection(), test_extendedstyle(), test_getset_item(), test_getset_tooltips(), test_insert_focus(), test_TCM_GETROWCOUNT(), test_TCM_SETITEMEXTRA(), test_TCN_SELCHANGING(), test_TCS_OWNERDRAWFIXED(), test_unicodeformat(), and test_WM_CONTEXTMENU().
Definition at line 196 of file tab.c.
Referenced by test_WM_CONTEXTMENU().
Definition at line 213 of file tab.c.
Referenced by test_TCN_SELCHANGING().
Definition at line 208 of file tab.c.
Referenced by test_TCN_SELCHANGING().
|
static |
Definition at line 84 of file tab.c.
Referenced by parent_wnd_proc(), START_TEST(), tab_subclass_proc(), test_curfocus(), test_cursel(), test_delete_focus(), test_extendedstyle(), test_getset_item(), test_getset_tooltips(), test_insert_focus(), test_TCM_GETROWCOUNT(), test_TCN_SELCHANGING(), test_unicodeformat(), and test_WM_CONTEXTMENU().
|
static |
Definition at line 82 of file tab.c.
Referenced by parent_wnd_proc(), and test_TCN_SELCHANGING().