|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
| #define | ID_MDI_FIRSTCHILD 50000 |
| #define | ID_MDI_WINDOWMENU 5 |
Functions | |
| static VOID | CreateToolbars (PMAIN_WND_INFO Info) |
| static VOID CALLBACK | MainWndResize (PVOID Context, WORD cx, WORD cy) |
| static VOID | InitMainWnd (PMAIN_WND_INFO Info) |
| static VOID | MainWndCommand (PMAIN_WND_INFO Info, WORD CmdId, HWND hControl) |
| static VOID | DestroyMainWnd (PMAIN_WND_INFO Info) |
| static VOID | UpdateMainStatusBar (PMAIN_WND_INFO Info) |
| static BOOL | MainWndMenuHint (PMAIN_WND_INFO Info, WORD CmdId, const MENU_HINT *HintArray, DWORD HintsCount, UINT DefHintId) |
| static LRESULT CALLBACK | MainWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| MDI_EDITOR_TYPE | MainWndGetCurrentEditor (PMAIN_WND_INFO MainWnd, PVOID *Info) |
| VOID | MainWndSwitchEditorContext (PMAIN_WND_INFO Info, HWND hDeactivate, HWND hActivate) |
| HWND | CreateMainWindow (LPCTSTR lpCaption, int nCmdShow) |
| BOOL | MainWndTranslateMDISysAccel (HWND hwnd, LPMSG lpMsg) |
| BOOL | InitMainWindowImpl (VOID) |
| VOID | UninitMainWindowImpl (VOID) |
Variables | |
| static const TCHAR | szMainWndClass [] = TEXT("WordPadMainWndClass") |
| static const MENU_HINT | MainMenuHintTable [] |
| static const MENU_HINT | SystemMenuHintTable [] |
Definition at line 575 of file mainwnd.c.
|
static |
|
static |
Definition at line 275 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 634 of file mainwnd.c.
|
static |
Definition at line 108 of file mainwnd.c.
|
static |
Definition at line 159 of file mainwnd.c.
| MDI_EDITOR_TYPE MainWndGetCurrentEditor | ( | PMAIN_WND_INFO | MainWnd, |
| PVOID * | Info | ||
| ) |
Definition at line 502 of file mainwnd.c.
|
static |
Definition at line 294 of file mainwnd.c.
Definition at line 325 of file mainwnd.c.
Definition at line 49 of file mainwnd.c.
| VOID MainWndSwitchEditorContext | ( | PMAIN_WND_INFO | Info, |
| HWND | hDeactivate, | ||
| HWND | hActivate | ||
| ) |
Definition at line 522 of file mainwnd.c.
Definition at line 616 of file mainwnd.c.
Referenced by _tWinMain().
|
static |