MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <edit.h>

Data Fields

int paragraph_index
 
int line_index
 
int start_pos
 
int copy_len
 
char * buff
 

Detailed Description

Structure defines text position information.

Definition at line 974 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 988 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 985 of file edit.h.

int line_index

The index of line, if value is -1, it will take effect on the whole text.

Definition at line 980 of file edit.h.

int paragraph_index

The index of paragraph, if value is -1, it will take effect on the whole text.

Definition at line 977 of file edit.h.

int start_pos

The beginning byte position can be copied to the buffer.

Definition at line 982 of file edit.h.


The documentation for this struct was generated from the following file: