map.c File Reference
#include <precomp.h>
Go to the source code of this file.
Functions |
| static VOID | TagFontToCell (PCELL pCell, WCHAR ch) |
| static VOID | SetGrid (PMAP infoPtr) |
| static VOID | DrawActiveCell (PMAP infoPtr, HDC hdc) |
| static VOID | DrawGrid (PMAP infoPtr, PAINTSTRUCT *ps) |
| static VOID | FillGrid (PMAP infoPtr, PAINTSTRUCT *ps) |
| static BOOL | CreateLargeCell (PMAP infoPtr) |
| static VOID | MoveLargeCell (PMAP infoPtr) |
| static VOID | SetFont (PMAP infoPtr, LPWSTR lpFontName) |
| static LRESULT | NotifyParentOfSelection (PMAP infoPtr, UINT code, WCHAR ch) |
| static VOID | OnClick (PMAP infoPtr, WORD ptx, WORD pty) |
| static BOOL | OnCreate (PMAP infoPtr, HWND hwnd, HWND hParent) |
| static VOID | OnVScroll (PMAP infoPtr, INT Value, INT Pos) |
| static VOID | OnPaint (PMAP infoPtr, WPARAM wParam) |
| LRESULT CALLBACK | MapWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| BOOL | RegisterMapClasses (HINSTANCE hInstance) |
| VOID | UnregisterMapClasses (HINSTANCE hInstance) |
Variables |
| static const WCHAR | szMapWndClass [] = L"FontMapWnd" |
| static const WCHAR | szLrgCellWndClass [] = L"LrgCellWnd" |