ReactOS 0.4.16-dev-963-g182f353
|
Go to the source code of this file.
Classes | |
class | Window |
Macros | |
#define | IDT_AUTOHIDE 1 |
#define | IDT_AUTOUNHIDE 2 |
#define | ID_ACTION 100 |
#define | APPBAR_CALLBACK (WM_USER + 100) |
#define | LEFT_DOWN() mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0); |
#define | LEFT_UP() mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0); |
#define | MOVE(x, y) SetCursorPos((x), (y)) |
#define | SLIDE_HIDE 400 |
#define | SLIDE_SHOW 150 |
#define | INTERVAL 250 |
Functions | |
void | SlideWindow (HWND hwnd, LPRECT prc) |
START_TEST (SHAppBarMessage) | |
Variables | |
static const TCHAR | s_szName [] = TEXT("AppBarSample") |
static RECT | s_rcWorkArea |
static HWND | s_hwnd1 = NULL |
static HWND | s_hwnd2 = NULL |
Definition at line 22 of file SHAppBarMessage.cpp.
#define ID_ACTION 100 |
Definition at line 20 of file SHAppBarMessage.cpp.
#define IDT_AUTOHIDE 1 |
Definition at line 17 of file SHAppBarMessage.cpp.
#define IDT_AUTOUNHIDE 2 |
Definition at line 18 of file SHAppBarMessage.cpp.
#define INTERVAL 250 |
#define LEFT_DOWN | ( | ) | mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0); |
Definition at line 24 of file SHAppBarMessage.cpp.
#define LEFT_UP | ( | ) | mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0); |
Definition at line 25 of file SHAppBarMessage.cpp.
Definition at line 26 of file SHAppBarMessage.cpp.
#define SLIDE_HIDE 400 |
#define SLIDE_SHOW 150 |
Definition at line 90 of file SHAppBarMessage.cpp.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_Hide(), and Window::AppBar_UnHide().
START_TEST | ( | SHAppBarMessage | ) |
Definition at line 1117 of file SHAppBarMessage.cpp.
Definition at line 30 of file SHAppBarMessage.cpp.
Referenced by Window::DoAction(), Window::OnCommand(), and START_TEST().
Definition at line 31 of file SHAppBarMessage.cpp.
Referenced by Window::DoAction(), Window::OnCommand(), and START_TEST().
|
static |
Definition at line 29 of file SHAppBarMessage.cpp.
Referenced by Window::DoAction(), and START_TEST().
Definition at line 28 of file SHAppBarMessage.cpp.
Referenced by Window::DoCreateMainWnd(), and Window::DoRegisterClass().