awtk/docs/manual/im_commit_event_t.md
2019-12-11 16:21:15 +08:00

34 lines
893 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## im\_commit\_event\_t
### 概述
![image](images/im_commit_event_t_0.png)
输入法提交输入的文本事件。
----------------------------------
### 属性
<p id="im_commit_event_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#im_commit_event_t_replace;">replace;</a> | bool\_t | 是否替换原来的文本。 |
| <a href="#im_commit_event_t_text">text</a> | char* | 提交的文本。 |
#### replace; 属性
-----------------------
> <p id="im_commit_event_t_replace;">是否替换原来的文本。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### text 属性
-----------------------
> <p id="im_commit_event_t_text">提交的文本。
* 类型char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |