MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
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

#define CTRL_TEXTEDIT   ("textedit")

The class name of textedit control.

Definition at line 72 of file textedit.h.

Typedef Documentation

typedef GHANDLE HTEXTDOC

Text document/buffer object.

Definition at line 79 of file textedit.h.