ReactOS 0.4.16-dev-433-g6363f78
|
#include <windows.h>
#include <commctrl.h>
#include <stdlib.h>
#include <malloc.h>
#include <memory.h>
#include <tchar.h>
#include <process.h>
#include <stdio.h>
#include "main.h"
#include "about.h"
#include "framewnd.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
static void | resize_frame_rect (HWND hWnd, PRECT prect) |
void | resize_frame_client (HWND hWnd) |
LRESULT CALLBACK | CBTProc (int code, WPARAM wParam, LPARAM lParam) |
void | toggle_child (HWND hWnd, UINT cmd, HWND hchild) |
static HWND | InitChildWindow (LPTSTR param) |
BOOL CALLBACK | CloseEnumProc (HWND hWnd, LPARAM lParam) |
void | OnEnterMenuLoop (HWND hWnd) |
void | OnExitMenuLoop (HWND hWnd) |
void | OnMenuSelect (HWND hWnd, UINT nItemID, UINT nFlags, HMENU hSysMenu) |
LRESULT | _CmdWndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
LRESULT CALLBACK | FrameWndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
BOOL | bInMenuLoop = FALSE |
static HHOOK | hcbthook |
static ChildWnd * | newchild = NULL |
#define WIN32_LEAN_AND_MEAN |
Definition at line 26 of file framewnd.c.
Definition at line 258 of file framewnd.c.
Definition at line 92 of file framewnd.c.
Referenced by InitChildWindow().
Definition at line 191 of file framewnd.c.
Referenced by _CmdWndProc().
PURPOSE: Processes messages for the main frame window
WM_COMMAND - process the application menu WM_DESTROY - post a quit message and return
Definition at line 324 of file framewnd.c.
Definition at line 136 of file framewnd.c.
Referenced by _CmdWndProc().
Definition at line 202 of file framewnd.c.
Definition at line 213 of file framewnd.c.
Definition at line 229 of file framewnd.c.
Definition at line 80 of file framewnd.c.
Definition at line 52 of file framewnd.c.
Definition at line 125 of file framewnd.c.
Definition at line 46 of file framewnd.c.
|
static |
Definition at line 89 of file framewnd.c.
Referenced by CBTProc(), and InitChildWindow().
Definition at line 90 of file framewnd.c.
Referenced by CBTProc(), and InitChildWindow().