|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | OEMRESOURCE |
| #define | CTRL_ID 1995 |
Functions | |
| static void | flush_events (void) |
| static HWND | build_static (DWORD style) |
| static LRESULT CALLBACK | WndProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
| static void | test_updates (int style) |
| static void | test_set_text (void) |
| static void | test_image (HBITMAP image) |
| static void | test_set_image (void) |
| static void | test_STM_SETIMAGE (void) |
| START_TEST (static) | |
Variables | |
| static HWND | hMainWnd |
| static int | g_nReceivedColorStatic = 0 |
Definition at line 52 of file static.c.
Referenced by test_set_image(), test_set_text(), test_STM_SETIMAGE(), and test_updates().
Definition at line 37 of file static.c.
| START_TEST | ( | static | ) |
Definition at line 348 of file static.c.
Definition at line 143 of file static.c.
Referenced by test_set_image().
Definition at line 192 of file static.c.
Referenced by START_TEST().
Definition at line 128 of file static.c.
Definition at line 236 of file static.c.
Referenced by START_TEST().
Definition at line 76 of file static.c.
Definition at line 57 of file static.c.