|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <user32.h>
Go to the source code of this file.
Classes | |
| struct | MDICLIENTINFO |
| struct | CASCADE_INFO |
Macros | |
| #define | MDI_MAXTITLELENGTH 0xa1 |
| #define | WM_MDICALCCHILDSCROLL 0x003F /* this is exactly what Windows uses */ |
| #define | MDI_MOREWINDOWSLIMIT |
| #define | MDI_IDC_LISTBOX 100 |
| #define | IDS_MDI_MOREWINDOWS 13 |
| #define | MDIF_NEEDUPDATE 0x0001 |
| #define | MIN_THRESHOLD(xy) (((xy) * 4) / 7) /* in the rate 4/7 */ |
| #define | MAX_THRESHOLD(xy) (((xy) * 5) / 7) /* in the rate 5/7 */ |
Typedefs | |
| typedef struct CASCADE_INFO | CASCADE_INFO |
Variables | |
| const struct builtin_class_descr | MDICLIENT_builtin_class |
| #define MDI_MOREWINDOWSLIMIT |
| #define WM_MDICALCCHILDSCROLL 0x003F /* this is exactly what Windows uses */ |
| typedef struct CASCADE_INFO CASCADE_INFO |
Definition at line 1800 of file mdi.c.
Referenced by MDIClientWndProc_common(), and ScrollChildren().
Definition at line 2207 of file mdi.c.
| WORD WINAPI CascadeWindows | ( | HWND | hwndParent, |
| UINT | wFlags, | ||
| LPCRECT | lpRect, | ||
| UINT | cKids, | ||
| const HWND * | lpKids | ||
| ) |
Definition at line 2065 of file mdi.c.
Referenced by CascadeChildWindows().
Definition at line 687 of file mdi.c.
Referenced by MDIClientWndProc_common().
| HWND WINAPI CreateMDIWindowA | ( | LPCSTR | lpClassName, |
| LPCSTR | lpWindowName, | ||
| DWORD | dwStyle, | ||
| INT | X, | ||
| INT | Y, | ||
| INT | nWidth, | ||
| INT | nHeight, | ||
| HWND | hWndParent, | ||
| HINSTANCE | hInstance, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 1707 of file mdi.c.
| HWND WINAPI CreateMDIWindowW | ( | LPCWSTR | lpClassName, |
| LPCWSTR | lpWindowName, | ||
| DWORD | dwStyle, | ||
| INT | X, | ||
| INT | Y, | ||
| INT | nWidth, | ||
| INT | nHeight, | ||
| HWND | hWndParent, | ||
| HINSTANCE | hInstance, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 1735 of file mdi.c.
| LRESULT WINAPI DefFrameProcA | ( | HWND | hwnd, |
| HWND | hwndMDIClient, | ||
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 1369 of file mdi.c.
| LRESULT WINAPI DefFrameProcW | ( | HWND | hwnd, |
| HWND | hwndMDIClient, | ||
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
Definition at line 1403 of file mdi.c.
Referenced by DefFrameProcA().
Definition at line 1500 of file mdi.c.
Definition at line 1541 of file mdi.c.
Referenced by DefMDIChildProcA().
|
static |
Definition at line 224 of file mdi.c.
Referenced by DefFrameProcW(), DefMDIChildProcA(), DefMDIChildProcW(), MDI_CalcDefaultChildPos(), MDI_ChildActivate(), MDI_MoreWindowsDlgProc(), MDI_UpdateFrameText(), MDIClientWndProc_common(), MDISetMenu(), and TranslateMDISysAccel().
Definition at line 1996 of file mdi.c.
Referenced by CascadeWindows(), and TileWindows().
Definition at line 248 of file mdi.c.
Referenced by DefFrameProcW(), MDI_AugmentFrameMenu(), and TranslateMDISysAccel().
Definition at line 869 of file mdi.c.
Referenced by DefMDIChildProcW(), and MDISetMenu().
Definition at line 308 of file mdi.c.
Referenced by CreateWindowExA(), CreateWindowExW(), MDICascade(), and WIN_CreateWindowEx().
Definition at line 638 of file mdi.c.
Referenced by DefMDIChildProcW(), and MDIDestroyChild().
|
static |
Definition at line 510 of file mdi.c.
Referenced by DefMDIChildProcW().
|
static |
Definition at line 186 of file mdi.c.
Referenced by DefFrameProcW().
|
static |
Definition at line 267 of file mdi.c.
Referenced by DefMDIChildProcW(), MDIClientWndProc_common(), and MDIDestroyChild().
Definition at line 2489 of file mdi.c.
Referenced by DefFrameProcW().
|
static |
Definition at line 2420 of file mdi.c.
Referenced by MDI_MoreWindowsDialog().
|
static |
Definition at line 198 of file mdi.c.
Referenced by DefMDIChildProcW(), MDIClientWndProc_common(), and MDIDestroyChild().
|
static |
Definition at line 411 of file mdi.c.
Referenced by DefMDIChildProcA(), DefMDIChildProcW(), MDI_ChildActivate(), MDIClientWndProc_common(), and MDISetMenu().
Definition at line 962 of file mdi.c.
Referenced by DefMDIChildProcW(), MDIClientWndProc_common(), MDIDestroyChild(), and MDISetMenu().
|
static |
Definition at line 533 of file mdi.c.
Referenced by MDI_ChildActivate(), MDIClientWndProc_common(), and MDIDestroyChild().
Definition at line 1027 of file mdi.c.
Referenced by DefFrameProcA(), DefFrameProcW(), DefMDIChildProcA(), DefMDIChildProcW(), and MDIDestroyChild().
|
static |
Definition at line 721 of file mdi.c.
Referenced by MDIClientWndProc_common().
| LRESULT WINAPI MDIClientWndProc_common | ( | HWND | hwnd, |
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam, | ||
| BOOL | unicode | ||
| ) |
Definition at line 1097 of file mdi.c.
Referenced by MDIClientWndProcA(), MDIClientWndProcW(), and RegisterClientPFN().
Definition at line 1351 of file mdi.c.
Referenced by RegisterClientPFN().
|
static |
Definition at line 566 of file mdi.c.
Referenced by MDIClientWndProc_common().
Definition at line 335 of file mdi.c.
Referenced by MDIClientWndProc_common().
|
static |
Definition at line 779 of file mdi.c.
Referenced by MDIClientWndProc_common().
Definition at line 2047 of file mdi.c.
Referenced by CascadeWindows(), and TileWindows().
Definition at line 1899 of file mdi.c.
Referenced by MDIClientWndProc_common().
Definition at line 2401 of file mdi.c.
| WORD WINAPI TileWindows | ( | HWND | hwndParent, |
| UINT | wFlags, | ||
| LPCRECT | lpRect, | ||
| UINT | cKids, | ||
| const HWND * | lpKids | ||
| ) |
Definition at line 2221 of file mdi.c.
Referenced by TileChildWindows().
Definition at line 139 of file mdi.c.
Referenced by CalcChildScroll(), MDI_GetWindow(), MDICascade(), and MDITile().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | mdi | ) |
| const struct builtin_class_descr MDICLIENT_builtin_class |