ReactOS 0.4.16-dev-329-g9223134
|
#include "editor.h"
Go to the source code of this file.
Functions | |
ME_DisplayItem * | ME_RowStart (ME_DisplayItem *item) |
ME_DisplayItem * | ME_FindRowWithNumber (ME_TextEditor *editor, int nRow) |
int | ME_RowNumberFromCharOfs (ME_TextEditor *editor, int nOfs) |
ME_DisplayItem * ME_FindRowWithNumber | ( | ME_TextEditor * | editor, |
int | nRow | ||
) |
Definition at line 44 of file row.c.
Referenced by ME_HandleMessage().
int ME_RowNumberFromCharOfs | ( | ME_TextEditor * | editor, |
int | nOfs | ||
) |
Definition at line 64 of file row.c.
Referenced by ME_HandleMessage().
ME_DisplayItem * ME_RowStart | ( | ME_DisplayItem * | item | ) |
Definition at line 31 of file row.c.
Referenced by ME_HandleMessage().