ReactOS 0.4.16-dev-751-g45ed1a9
|
#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 <assert.h>
#include "main.h"
#include "childwnd.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | ASSERT assert |
Functions | |
static void | draw_splitbar (HWND hWnd, int x) |
static void | OnPaint (HWND hWnd, ChildWnd *pChildWnd) |
static void | OnSize (ChildWnd *pChildWnd, WPARAM wParam, LPARAM lParam) |
LRESULT CALLBACK | ChildWndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Definition at line 38 of file childwnd.c.
#define WIN32_LEAN_AND_MEAN |
Definition at line 26 of file childwnd.c.
PURPOSE: Processes messages for the child windows.
WM_COMMAND - process the application menu WM_DESTROY - post a quit message and return
Definition at line 101 of file childwnd.c.
Definition at line 45 of file childwnd.c.
Definition at line 57 of file childwnd.c.
Referenced by ChildWndProc().
Definition at line 84 of file childwnd.c.
Referenced by ChildWndProc().