ReactOS 0.4.16-dev-424-ge4748fe
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "wine/heap.h"
#include "wine/test.h"
#include "v6util.h"
#include "msg.h"
Go to the source code of this file.
Classes | |
struct | MEASURE_ITEM_STRUCT |
struct | listbox_prop |
struct | listbox_stat |
struct | listbox_test |
Macros | |
#define | ID_LISTBOX 1 |
#define | listbox_field_ok(t, s, f, got) |
#define | listbox_todo_field_ok(t, s, f, got) todo_wine_if (t.s##_todo.f) { listbox_field_ok(t, s, f, got); } |
#define | listbox_ok(t, s, got) |
#define | listbox_test_query(exp, got) |
#define | ID_TEST_LABEL 1001 |
#define | ID_TEST_LISTBOX 1002 |
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 } |
Variables | |
static struct msg_sequence * | sequences [NUM_MSG_SEQUENCES] |
static const char *const | strings [4] |
static const char | BAD_EXTENSION [] = "*.badtxt" |
static int | got_selchange |
static HWND | g_listBox |
static HWND | g_label |
static const struct message | lb_addstring_ownerdraw_parent_seq [] |
static const struct message | lb_addstring_sort_parent_seq [] |
static const struct message | empty_seq [] |
Definition at line 181 of file listbox.c.
Referenced by check(), and run_test().
Definition at line 131 of file listbox.c.
Referenced by check(), check_item_height(), run_test(), test_extents(), test_GetListBoxInfo(), test_item_height(), test_LB_SELITEMRANGE(), test_LB_SETCURSEL(), test_LB_SETSEL(), test_missing_lbuttonup(), test_ownerdraw(), test_set_count(), and test_WM_MEASUREITEM().
Definition at line 439 of file listbox.c.
Referenced by test_changing_selection_styles(), test_extents(), test_GetListBoxInfo(), test_init_storage(), test_LB_SETCURSEL(), test_LBS_NODATA(), test_missing_lbuttonup(), test_ownerdraw(), test_set_count(), and test_WM_MEASUREITEM().
Definition at line 70 of file listbox.c.
Referenced by main_window_proc().
|
static |
Definition at line 1515 of file listbox.c.
Referenced by RegisterListboxWindowClass().
|
static |
Definition at line 173 of file listbox.c.
Referenced by check(), run_test(), and test_LB_SELITEMRANGE().
|
static |
Definition at line 94 of file listbox.c.
Referenced by create_listbox().
Definition at line 331 of file listbox.c.
Referenced by create_parent().
|
static |
Definition at line 1501 of file listbox.c.
Referenced by listbox_container_window_procA().
Definition at line 1534 of file listbox.c.
Referenced by test_listbox_dlgdir().
|
static |
Definition at line 210 of file listbox.c.
START_TEST | ( | listbox | ) |
Definition at line 2632 of file listbox.c.
Definition at line 815 of file listbox.c.
Referenced by START_TEST().
Definition at line 2157 of file listbox.c.
Referenced by START_TEST().
Definition at line 2049 of file listbox.c.
Referenced by START_TEST().
Definition at line 2071 of file listbox.c.
Referenced by START_TEST().
Definition at line 293 of file listbox.c.
Referenced by START_TEST().
Definition at line 944 of file listbox.c.
Referenced by START_TEST().
Definition at line 540 of file listbox.c.
Referenced by START_TEST().
Definition at line 618 of file listbox.c.
Referenced by START_TEST().
Definition at line 694 of file listbox.c.
Referenced by START_TEST().
Definition at line 2522 of file listbox.c.
Referenced by START_TEST().
Definition at line 2336 of file listbox.c.
Referenced by START_TEST().
Definition at line 1553 of file listbox.c.
Referenced by START_TEST().
Definition at line 760 of file listbox.c.
Referenced by START_TEST().
Definition at line 1025 of file listbox.c.
Referenced by START_TEST().
Definition at line 1046 of file listbox.c.
Referenced by START_TEST().
Definition at line 2134 of file listbox.c.
Referenced by START_TEST().
Definition at line 463 of file listbox.c.
Referenced by START_TEST().
Definition at line 1990 of file listbox.c.
Referenced by START_TEST().
Definition at line 2431 of file listbox.c.
Referenced by START_TEST().
Definition at line 90 of file listbox.c.
Referenced by test_listbox_dlgdir(), and test_listbox_LB_DIR().
Definition at line 2426 of file listbox.c.
Referenced by test_events(), and test_WM_MEASUREITEM().
|
static |
Definition at line 1496 of file listbox.c.
Referenced by on_listbox_container_create(), and test_listbox_dlgdir().
|
static |
Definition at line 1495 of file listbox.c.
Referenced by on_listbox_container_create(), and test_listbox_dlgdir().
|
static |
Definition at line 329 of file listbox.c.
Referenced by main_window_proc(), and test_missing_lbuttonup().
Definition at line 2407 of file listbox.c.
Referenced by test_WM_MEASUREITEM().
Definition at line 2415 of file listbox.c.
Referenced by test_WM_MEASUREITEM().
|
static |
Definition at line 42 of file listbox.c.
Referenced by listbox_wnd_proc(), main_window_proc(), run_test(), START_TEST(), test_GetListBoxInfo(), and test_WM_MEASUREITEM().