ReactOS
0.4.15-dev-1629-g9aa73da
|
#include <precomp.h>
Go to the source code of this file.
Macros | |
#define | ID_MDI_FIRSTCHILD 50000 |
#define | ID_MDI_WINDOWMENU 5 |
#define | NUM_FLT_WND 3 |
#define | ID_TOOLBAR_STANDARD 0 |
#define | ID_TOOLBAR_TEXT 1 |
#define | ID_TOOLBAR_TEST 5 |
Variables | |
static const TCHAR | szMainWndClass [] = TEXT("ImageSoftWndClass") |
TBBUTTON | StdButtons [] |
TBBUTTON | TextButtons [] |
static const MENU_HINT | MainMenuHintTable [] |
static const MENU_HINT | SystemMenuHintTable [] |
static const TCHAR | szToolbarStandard [] = TEXT("STANDARD") |
static const TCHAR | szToolbarText [] = TEXT("TEXT") |
static const TCHAR | szToolbarTest [] = TEXT("TEST") |
static const DOCKBAR | MainDockBars [] |
static const DOCKBAR_ITEM_CALLBACKS | MainWndDockBarCallbacks |
Definition at line 1366 of file mainwnd.c.
|
static |
Definition at line 662 of file mainwnd.c.
Referenced by InitMainWnd().
|
static |
Definition at line 1011 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 1425 of file mainwnd.c.
|
static |
Definition at line 751 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 807 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 535 of file mainwnd.c.
Referenced by CreateToolbars().
|
static |
Definition at line 113 of file mainwnd.c.
|
static |
Definition at line 639 of file mainwnd.c.
Referenced by DestroyMainWnd().
|
static |
MDI_EDITOR_TYPE MainWndGetCurrentEditor | ( | PMAIN_WND_INFO | MainWnd, |
PVOID * | Info | ||
) |
Definition at line 1293 of file mainwnd.c.
|
static |
Definition at line 1032 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 457 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 1063 of file mainwnd.c.
Referenced by InitMainWindowImpl().
|
static |
Definition at line 500 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 679 of file mainwnd.c.
Referenced by InitMainWnd(), and MainWndProc().
VOID MainWndSwitchEditorContext | ( | PMAIN_WND_INFO | Info, |
HWND | hDeactivate, | ||
HWND | hActivate | ||
) |
Definition at line 1313 of file mainwnd.c.
Referenced by ImageEditWndProc().
|
static |
Definition at line 436 of file mainwnd.c.
|
static |
Definition at line 365 of file mainwnd.c.
|
static |
Definition at line 309 of file mainwnd.c.
Definition at line 1407 of file mainwnd.c.
Referenced by _tWinMain().
Definition at line 356 of file mainwnd.c.
Referenced by MainWndToolbarDockBand().
|
static |
Definition at line 1020 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 105 of file mainwnd.c.
Referenced by CreateToolbars().
Definition at line 54 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 653 of file mainwnd.c.
Referenced by CreateToolbars().
TBBUTTON StdButtons[] |
Definition at line 10 of file mainwnd.c.
Referenced by MainWndCreateToolbarClient().
Definition at line 3 of file mainwnd.c.
Referenced by CreateMainWindow(), InitMainWindowImpl(), and UninitMainWindowImpl().
TBBUTTON TextButtons[] |
Definition at line 35 of file mainwnd.c.
Referenced by MainWndCreateToolbarClient().