awtk/docs/manual/im_commit_event_t.md

41 lines
939 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)
### 函数
<p id="im_commit_event_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
### 属性
<p id="im_commit_event_t_properties">
| 名属性称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#im_commit_event_t_text">text</a> | char* | 提交的文本。 |
### 事件
<p id="im_commit_event_t_events">
| 事件名称 | 类型 | 说明 |
| -------- | ----- | ------- |
#### text 属性
-----------------------
<p id="im_commit_event_t_text"> 提交的文本。
* 类型char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
| 可持久化 | 否 |
| 可脚本化 | 否 |
| 可在IDE中设置 | 否 |
| 可在XML中设置 | 否 |
| 支通过widget_get_prop读取 | 否 |
| 支通过widget_set_prop修改 | 否 |