MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
textedit.h
Go to the documentation of this file.
1 
43 /*
44  * $Id: textedit.h 12871 2010-05-07 06:13:42Z wanzheng $
45  *
46  * MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks,
47  * pSOS, ThreadX, NuCleus, OSE, and Win32.
48  */
49 
50 #ifndef _MGUI_CTRL_TEXTEDIT_H
51 #define _MGUI_CTRL_TEXTEDIT_H
52 
53 
54 #ifdef __cplusplus
55 extern "C" {
56 #endif /* __cplusplus */
57 
72 #define CTRL_TEXTEDIT ("textedit")
73 
74 
79 typedef GHANDLE HTEXTDOC;
80 
81 
87 #define TES_BASELINE ES_BASELINE
88 #define TES_AUTOWRAP ES_AUTOWRAP
89 #define TES_TITLE ES_TITLE
90 
98 #define TEM_RESETCONTENT 0xF400
99 #define TEM_ADDLINE 0xF401
100 
101 #define TEM_GETBKGNDINVALID 0xF402
102 
110 #define TEN_CLICK 1
111 
112 
119 #ifdef __cplusplus
120 }
121 #endif /* __cplusplus */
122 
123 #endif /* _MGUI_CTRL_TEXTEDIT_H */
124 
GHANDLE HTEXTDOC
Text document/buffer object.
Definition: textedit.h:79
PVOID GHANDLE
General handle.
Definition: common.h:353