awtk/docs/manual/im_commit_event_t.md

27 lines
568 B
Markdown
Raw Normal View History

2018-12-20 17:33:31 +08:00
## im\_commit\_event\_t
### 概述
![image](images/im_commit_event_t_0.png)
2018-12-21 11:39:05 +08:00
输入法提交输入的文本事件。
2019-01-15 14:34:05 +08:00
----------------------------------
2018-12-20 17:33:31 +08:00
### 属性
<p id="im_commit_event_t_properties">
| 名属性称 | 类型 | 说明 |
| -------- | ----- | ------------ |
2018-12-21 12:11:40 +08:00
| <a href="#im_commit_event_t_text">text</a> | char* | 提交的文本。 |
2018-12-20 17:33:31 +08:00
#### text 属性
-----------------------
2018-12-21 11:39:05 +08:00
> <p id="im_commit_event_t_text"> 提交的文本。
2018-12-20 17:33:31 +08:00
* 类型char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |