|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <assert.h>#include <stdarg.h>#include <stdio.h>#include <windows.h>#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static LRESULT CALLBACK | MyWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| static HWND | create_main_test_wnd (void) |
| static void | scrollbar_test_track (void) |
| static void | test_EnableScrollBar (void) |
| static void | test_SetScrollPos (void) |
| static void | test_ShowScrollBar (void) |
| static void | test_GetScrollBarInfo (void) |
| static void | scrollbar_test_default (DWORD style) |
| static LRESULT CALLBACK | scroll_init_proc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
| static void | scrollbar_test_init (void) |
| static void | test_SetScrollInfo (void) |
| static LRESULT CALLBACK | subclass_proc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
| static void | test_subclass (void) |
| START_TEST (scroll) | |
Variables | |
| static HWND | hScroll |
| static BOOL | bThemeActive = FALSE |
| static WNDPROC | scrollbar_wndproc |
| static SCROLLINFO | set_scrollinfo |
Definition at line 56 of file scroll.c.
Referenced by scrollbar_test_track(), test_EnableScrollBar(), test_GetScrollBarInfo(), test_SetScrollInfo(), test_SetScrollPos(), and test_ShowScrollBar().
Definition at line 31 of file scroll.c.
Referenced by START_TEST().
|
static |
Definition at line 457 of file scroll.c.
Referenced by scrollbar_test_init().
Definition at line 287 of file scroll.c.
Referenced by START_TEST().
Definition at line 521 of file scroll.c.
Referenced by START_TEST().
Definition at line 70 of file scroll.c.
Referenced by START_TEST().
| START_TEST | ( | scroll | ) |
Definition at line 704 of file scroll.c.
Definition at line 609 of file scroll.c.
Referenced by test_subclass().
Definition at line 87 of file scroll.c.
Referenced by START_TEST().
Definition at line 220 of file scroll.c.
Referenced by START_TEST().
Definition at line 549 of file scroll.c.
Referenced by START_TEST().
Definition at line 138 of file scroll.c.
Referenced by START_TEST().
Definition at line 195 of file scroll.c.
Referenced by START_TEST().
Definition at line 620 of file scroll.c.
Referenced by START_TEST().
Definition at line 29 of file scroll.c.
Referenced by scrollbar_test_default(), START_TEST(), test_GetCurrentThemeName(), test_IsThemed(), test_OpenThemeData(), test_OpenThemeDataEx(), and UXTHEME_LoadTheme().
|
static |
Definition at line 28 of file scroll.c.
Referenced by create_main_test_wnd(), MyWndProc(), scrollbar_test_track(), START_TEST(), test_EnableScrollBar(), test_GetScrollBarInfo(), test_SetScrollInfo(), test_SetScrollPos(), and test_ShowScrollBar().
|
static |
Definition at line 605 of file scroll.c.
Referenced by subclass_proc(), and test_subclass().
|
static |
Definition at line 607 of file scroll.c.
Referenced by subclass_proc(), and test_subclass().