ReactOS
0.4.15-dev-2350-g7194f2f
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "commctrl.h"
#include "wine/test.h"
#include "v6util.h"
Go to the source code of this file.
Macros | |
#define | X(f) p##f = (void*)GetProcAddress(hComCtl32, #f); |
Functions | |
static | BOOL (WINAPI *pInitCommonControlsEx)(const INITCOMMONCONTROLSEX *) |
static HWND | create_progress (DWORD style) |
static void | flush_events (void) |
static LRESULT CALLBACK | progress_test_wnd_proc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | progress_subclass_proc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static void | update_window (HWND hWnd) |
static void | init (void) |
static void | cleanup (void) |
static void | test_redraw (void) |
static void | test_setcolors (void) |
static void | test_PBM_STEPIT (void) |
static void | init_functions (void) |
START_TEST (progress) | |
Variables | |
static HWND | hProgressParentWnd |
static const char | progressTestClass [] = "ProgressBarTestClass" |
static WNDPROC | progress_wndproc |
static BOOL | erased |
static RECT | last_paint_rect |
Definition at line 125 of file progress.c.
Referenced by START_TEST().
Definition at line 36 of file progress.c.
Referenced by test_PBM_STEPIT(), and test_setcolors().
Definition at line 43 of file progress.c.
Referenced by test_redraw().
Definition at line 97 of file progress.c.
Referenced by START_TEST().
Definition at line 311 of file progress.c.
Referenced by START_TEST().
|
static |
Definition at line 76 of file progress.c.
Referenced by test_redraw().
|
static |
Definition at line 57 of file progress.c.
Referenced by init().
START_TEST | ( | progress | ) |
Definition at line 320 of file progress.c.
Definition at line 245 of file progress.c.
Referenced by START_TEST().
Definition at line 143 of file progress.c.
Referenced by START_TEST().
Definition at line 217 of file progress.c.
Referenced by START_TEST().
Definition at line 90 of file progress.c.
Referenced by test_redraw().
|
static |
Definition at line 73 of file progress.c.
Referenced by progress_subclass_proc(), and test_redraw().
|
static |
Definition at line 32 of file progress.c.
Referenced by cleanup(), init(), and test_redraw().
|
static |
Definition at line 74 of file progress.c.
Referenced by progress_subclass_proc(), and test_redraw().
|
static |
Definition at line 72 of file progress.c.
Referenced by progress_subclass_proc(), and test_redraw().