ReactOS 0.4.16-dev-889-g9563c07
|
#include <windows.h>
#include <commctrl.h>
#include "msg.h"
#include "resources.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | custom_proppage |
Macros | |
#define | IDC_APPLY_BUTTON 12321 |
#define | RECEIVER_SHEET_CALLBACK 0 |
#define | RECEIVER_SHEET_WINPROC 1 |
#define | RECEIVER_PAGE 2 |
#define | NUM_MSG_SEQUENCES 1 |
#define | PROPSHEET_SEQ_INDEX 0 |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
Variables | |
static HWND | parenthwnd |
static HWND | sheethwnd |
static BOOL | rtl |
static LONG | active_page = -1 |
static WNDPROC | old_nav_dialog_proc |
static BOOL | add_button_has_been_pressed |
static struct msg_sequence * | sequences [NUM_MSG_SEQUENCES] |
static WNDPROC | oldWndProc |
static const struct message | property_sheet_seq [] |
#define IDC_APPLY_BUTTON 12321 |
Definition at line 39 of file propsheet.c.
#define NUM_MSG_SEQUENCES 1 |
Definition at line 633 of file propsheet.c.
#define PROPSHEET_SEQ_INDEX 0 |
Definition at line 634 of file propsheet.c.
#define RECEIVER_PAGE 2 |
Definition at line 631 of file propsheet.c.
#define RECEIVER_SHEET_CALLBACK 0 |
Definition at line 629 of file propsheet.c.
#define RECEIVER_SHEET_WINPROC 1 |
Definition at line 630 of file propsheet.c.
Definition at line 46 of file propsheet.c.
Referenced by START_TEST().
Definition at line 221 of file propsheet.c.
Referenced by test_disableowner().
Definition at line 54 of file propsheet.c.
Referenced by test_nopage().
Definition at line 325 of file propsheet.c.
Referenced by test_wiznavigation().
|
static |
Definition at line 1187 of file propsheet.c.
Referenced by START_TEST().
Definition at line 288 of file propsheet.c.
Referenced by test_wiznavigation().
Definition at line 314 of file propsheet.c.
Referenced by hook_proc().
Definition at line 101 of file propsheet.c.
Referenced by test_bad_control_class(), test_buttons(), test_nopage(), and test_title().
|
static |
Definition at line 782 of file propsheet.c.
Referenced by test_CreatePropertySheetPage(), test_messages(), test_PSM_ADDPAGE(), and test_PSM_INSERTPAGE().
|
static |
Definition at line 543 of file propsheet.c.
Referenced by test_custom_default_button().
|
static |
Definition at line 1025 of file propsheet.c.
Referenced by test_CreatePropertySheetPage().
|
static |
Definition at line 1054 of file propsheet.c.
Referenced by test_CreatePropertySheetPage().
Definition at line 235 of file propsheet.c.
Referenced by test_disableowner().
|
static |
Definition at line 735 of file propsheet.c.
Referenced by page_dlg_proc_messages(), sheet_callback_messages(), and sheet_callback_messages_proc().
Definition at line 70 of file propsheet.c.
Referenced by test_buttons(), test_nopage(), and test_title().
Definition at line 767 of file propsheet.c.
Referenced by test_messages().
|
static |
Definition at line 760 of file propsheet.c.
Referenced by sheet_callback_messages().
START_TEST | ( | propsheet | ) |
Definition at line 1199 of file propsheet.c.
Definition at line 1149 of file propsheet.c.
Referenced by START_TEST().
Definition at line 471 of file propsheet.c.
Referenced by START_TEST().
Definition at line 1082 of file propsheet.c.
Referenced by START_TEST().
Definition at line 564 of file propsheet.c.
Referenced by START_TEST().
Definition at line 252 of file propsheet.c.
Referenced by START_TEST().
Definition at line 790 of file propsheet.c.
Referenced by run_test_(), and START_TEST().
Definition at line 174 of file propsheet.c.
Referenced by START_TEST().
Definition at line 830 of file propsheet.c.
Referenced by START_TEST().
Definition at line 920 of file propsheet.c.
Referenced by START_TEST().
Definition at line 135 of file propsheet.c.
Referenced by START_TEST().
Definition at line 343 of file propsheet.c.
Referenced by START_TEST().
|
static |
Definition at line 37 of file propsheet.c.
Referenced by nav_page_proc(), PROPSHEET_InsertPage(), PROPSHEET_RemovePage(), test_nopage(), and test_wiznavigation().
|
static |
Definition at line 540 of file propsheet.c.
Referenced by page_with_custom_default_button_dlg_proc(), and test_custom_default_button().
|
static |
Definition at line 312 of file propsheet.c.
Referenced by hook_proc(), and new_nav_dialog_proc().
|
static |
Definition at line 637 of file propsheet.c.
Referenced by sheet_callback_messages(), sheet_callback_messages_proc(), and CPaintToolBar::ToolBarWndProc().
|
static |
Definition at line 33 of file propsheet.c.
Referenced by disableowner_callback(), and test_disableowner().
Definition at line 639 of file propsheet.c.
Referenced by test_messages().
|
static |
Definition at line 36 of file propsheet.c.
Referenced by detect_locale(), ScriptCPtoX(), ScriptShapeOpenType(), START_TEST(), test_buttons(), test_EM_GETLINE(), test_EM_POSFROMCHAR(), test_EM_SETCHARFORMAT(), test_ScriptStringXtoCP_CPtoX(), and test_WM_SETTEXT().
|
static |
Definition at line 636 of file propsheet.c.
Referenced by save_message(), and test_messages().
|
static |
Definition at line 34 of file propsheet.c.
Referenced by page_dlg_proc(), and sheet_callback().