MiniGUI API Reference (MiniGUI-Standalone)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Macros | Typedefs
TextEdit control

Modules

 Styles of textedit control
 
 Messages of textedit control
 
 Notification codes of textedit control
 

Macros

#define CTRL_TEXTEDIT   ("textedit")
 The class name of textedit control. More...
 

Typedefs

typedef GHANDLE HTEXTDOC
 Text document/buffer object. More...
 

Detailed Description

Macro Definition Documentation

◆ CTRL_TEXTEDIT

#define CTRL_TEXTEDIT   ("textedit")

The class name of textedit control.

Definition at line 84 of file textedit.h.

Typedef Documentation

◆ HTEXTDOC

typedef GHANDLE HTEXTDOC

Text document/buffer object.

Definition at line 91 of file textedit.h.