ReactOS 0.4.16-dev-823-g9a093ec
|
#include "editor.h"
Go to the source code of this file.
Functions | |
void | ME_InitContext (ME_Context *c, ME_TextEditor *editor, HDC hDC) |
void | ME_DestroyContext (ME_Context *c) |
void ME_DestroyContext | ( | ME_Context * | c | ) |
Definition at line 44 of file context.c.
Referenced by cursor_coords(), editor_draw(), ME_CharFromPoint(), ME_MakeFirstParagraph(), ME_PointFromChar(), stream_out_graphics(), and wrap_marked_paras_dc().
void ME_InitContext | ( | ME_Context * | c, |
ME_TextEditor * | editor, | ||
HDC | hDC | ||
) |
Definition at line 23 of file context.c.
Referenced by cursor_coords(), editor_draw(), ME_CharFromPoint(), ME_MakeFirstParagraph(), ME_PointFromChar(), stream_out_graphics(), and wrap_marked_paras_dc().