MiniGUI API Reference (MiniGUI-Standalone)  v4.0.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 986 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 1000 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 997 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 992 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 989 of file edit.h.

◆ start_pos

int start_pos

The beginning byte position can be copied to the buffer.

Definition at line 994 of file edit.h.


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