ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | TEST_CLASS_NAME L"ScrollBarRedraw" |
#define | TEST_WINDOW_TITLE L"ScrollBarRedraw" |
#define | TEST_COLOR_COUNT 16 |
#define | FSM_STEP_PERIOD_MS 250 |
Typedefs | |
typedef enum _FSM_STATE | FSM_STATE |
Functions | |
static LRESULT CALLBACK | WindowProc (HWND Window, UINT Message, WPARAM wParam, LPARAM lParam) |
static void | ColorsCleanup (void) |
static BOOL | ColorsInit (void) |
static void | RunTestWindow (PCWSTR ClassName, PCWSTR WindowTitle, UINT ClassStyle) |
START_TEST (ScrollBarRedraw) | |
static void | HideVertScrollBar (HWND Window) |
static void | ShowVertScrollBar (HWND Window) |
static void | HideHorzScrollBar (HWND Window) |
static void | ShowHorzScrollBar (HWND Window) |
static int | FsmStep (HWND Window) |
static int | OnPaint (HWND Window) |
Variables | |
static COLORREF | Colors [] |
static HBRUSH | ColorBrushes [TEST_COLOR_COUNT] = { 0 } |
static BOOL | HaveHRedraw = FALSE |
static BOOL | HaveVRedraw = FALSE |
static BOOL | WindowCreatedOk = FALSE |
static UINT_PTR | FsmTimer = 0 |
static UINT | CurrentColor = 0 |
static FSM_STATE | FsmState = FSM_STATE_START |
static int | ClientWidth = 0 |
static int | ClientHeight = 0 |
static int | OrigWidth = 0 |
static int | OrigHeight = 0 |
static int | SmallWidth = 0 |
static int | SmallHeight = 0 |
#define FSM_STEP_PERIOD_MS 250 |
Definition at line 61 of file ScrollBarRedraw.c.
#define TEST_CLASS_NAME L"ScrollBarRedraw" |
Definition at line 10 of file ScrollBarRedraw.c.
#define TEST_COLOR_COUNT 16 |
Definition at line 15 of file ScrollBarRedraw.c.
#define TEST_WINDOW_TITLE L"ScrollBarRedraw" |
Definition at line 11 of file ScrollBarRedraw.c.
typedef enum _FSM_STATE FSM_STATE |
Definition at line 43 of file ScrollBarRedraw.c.
Definition at line 75 of file ScrollBarRedraw.c.
Referenced by ColorsInit(), and START_TEST().
Definition at line 89 of file ScrollBarRedraw.c.
Referenced by START_TEST().
Definition at line 264 of file ScrollBarRedraw.c.
Referenced by WindowProc().
Definition at line 234 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and WindowProc().
Definition at line 204 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and WindowProc().
Definition at line 567 of file ScrollBarRedraw.c.
Referenced by WindowProc().
Definition at line 108 of file ScrollBarRedraw.c.
Referenced by START_TEST().
Definition at line 249 of file ScrollBarRedraw.c.
Referenced by FsmStep().
Definition at line 219 of file ScrollBarRedraw.c.
Referenced by FsmStep().
START_TEST | ( | ScrollBarRedraw | ) |
Definition at line 164 of file ScrollBarRedraw.c.
|
static |
Definition at line 608 of file ScrollBarRedraw.c.
Referenced by RunTestWindow().
|
static |
Definition at line 68 of file ScrollBarRedraw.c.
Referenced by FsmStep(), HideVertScrollBar(), ShowVertScrollBar(), and WindowProc().
|
static |
Definition at line 67 of file ScrollBarRedraw.c.
Referenced by FsmStep(), HideHorzScrollBar(), ShowHorzScrollBar(), and WindowProc().
|
static |
Definition at line 37 of file ScrollBarRedraw.c.
Referenced by ColorsCleanup(), ColorsInit(), OnPaint(), RunTestWindow(), and WindowProc().
Definition at line 18 of file ScrollBarRedraw.c.
|
static |
Definition at line 64 of file ScrollBarRedraw.c.
Referenced by MultiWndProc(), OnPaint(), RunTestWindow(), and WindowProc().
|
static |
Definition at line 65 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and WindowProc().
|
static |
Definition at line 63 of file ScrollBarRedraw.c.
Referenced by WindowProc().
Definition at line 39 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and START_TEST().
Definition at line 40 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and START_TEST().
|
static |
Definition at line 71 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and WindowProc().
|
static |
Definition at line 70 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and WindowProc().
|
static |
Definition at line 73 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and WindowProc().
|
static |
Definition at line 72 of file ScrollBarRedraw.c.
Referenced by FsmStep(), and WindowProc().
Definition at line 41 of file ScrollBarRedraw.c.
Referenced by WindowProc().