#include <edit.h>
Data Fields
Detailed Description
Structure defines text position information.
Definition at line 953 of file edit.h.
Field Documentation
The pointer to a buffer receives the text. Please make sure buffer size is more than the value of copy_len.
Definition at line 967 of file edit.h.
The maximal number of bytes can be copied to the buffer. It includes terminate character 0x0.
Definition at line 964 of file edit.h.
The index of line, if value is -1, it will take effect on the whole text.
Definition at line 959 of file edit.h.
The index of paragraph, if value is -1, it will take effect on the whole text.
Definition at line 956 of file edit.h.
The beginning byte position can be copied to the buffer.
Definition at line 961 of file edit.h.
The documentation for this struct was generated from the following file: