MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 985 of file edit.h.

Field Documentation

◆ buff

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 999 of file edit.h.

◆ copy_len

int copy_len

The maximal number of bytes can be copied to the buffer. It includes terminate character 0x0.

Definition at line 996 of file edit.h.

◆ line_index

int line_index

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

Definition at line 991 of file edit.h.

◆ paragraph_index

int paragraph_index

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

Definition at line 988 of file edit.h.

◆ start_pos

int start_pos

The beginning byte position can be copied to the buffer.

Definition at line 993 of file edit.h.


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