MiniGUI API Reference (MiniGUI-Processes)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
include
ctrl
textedit.h
Go to the documentation of this file.
1
//
3
// IMPORTANT NOTICE
4
//
5
// The following open source license statement does not apply to any
6
// entity in the Exception List published by FMSoft.
7
//
8
// For more information, please visit:
9
//
10
// https://www.fmsoft.cn/exception-list
11
//
13
55
/*
56
* $Id: textedit.h 12871 2010-05-07 06:13:42Z wanzheng $
57
*
58
* MiniGUI for Linux/uClinux, eCos, uC/OS-II, VxWorks,
59
* pSOS, ThreadX, NuCleus, OSE, and Win32.
60
*/
61
62
#ifndef _MGUI_CTRL_TEXTEDIT_H
63
#define _MGUI_CTRL_TEXTEDIT_H
64
65
66
#ifdef __cplusplus
67
extern
"C"
{
68
#endif
/* __cplusplus */
69
84
#define CTRL_TEXTEDIT ("textedit")
85
86
91
typedef
GHANDLE
HTEXTDOC
;
92
93
99
#define TES_BASELINE ES_BASELINE
100
#define TES_AUTOWRAP ES_AUTOWRAP
101
#define TES_TITLE ES_TITLE
102
110
#define TEM_RESETCONTENT 0xF400
111
#define TEM_ADDLINE 0xF401
112
113
#define TEM_GETBKGNDINVALID 0xF402
114
122
#define TEN_CLICK 1
123
124
131
#ifdef __cplusplus
132
}
133
#endif
/* __cplusplus */
134
135
#endif
/* _MGUI_CTRL_TEXTEDIT_H */
136
GHANDLE
PVOID GHANDLE
General handle.
Definition:
common.h:402
HTEXTDOC
GHANDLE HTEXTDOC
Text document/buffer object.
Definition:
textedit.h:91
Generated by
1.8.17