_TEXTPOSINFO Struct Reference
[Messages of edit control]

#include <edit.h>

Data Fields


Detailed Description

Structure defines text position information.

Definition at line 953 of file edit.h.


Field Documentation

char* buff

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.

int copy_len

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.

int start_pos

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:
Generated on Thu Apr 7 15:58:43 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3