awtk/docs/manual/input_method_t.md

77 lines
2.0 KiB
Markdown
Raw Normal View History

2018-12-20 17:33:31 +08:00
## input\_method\_t
### 概述
输入法接口。
### 函数
<p id="input_method_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
### 属性
<p id="input_method_t_properties">
| 名属性称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#input_method_t_action_button_enable">action\_button\_enable</a> | bool_t | 软键盘的上的action按钮是否可用。 |
| <a href="#input_method_t_action_button_enable">action\_button\_enable</a> | bool_t | 软键盘的上的action按钮文本。 |
| <a href="#input_method_t_input_type">input\_type</a> | input_type_t | 当前输入的类型。 |
### 事件
<p id="input_method_t_events">
| 事件名称 | 类型 | 说明 |
| -------- | ----- | ------- |
#### action\_button\_enable 属性
-----------------------
<p id="input_method_t_action_button_enable"> 软键盘的上的action按钮是否可用。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
| 可持久化 | 否 |
| 可脚本化 | 否 |
| 可在IDE中设置 | 否 |
| 可在XML中设置 | 否 |
| 支通过widget_get_prop读取 | 否 |
| 支通过widget_set_prop修改 | 否 |
#### action\_button\_enable 属性
-----------------------
<p id="input_method_t_action_button_enable"> 软键盘的上的action按钮文本。
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
| 可持久化 | 否 |
| 可脚本化 | 否 |
| 可在IDE中设置 | 否 |
| 可在XML中设置 | 否 |
| 支通过widget_get_prop读取 | 否 |
| 支通过widget_set_prop修改 | 否 |
#### input\_type 属性
-----------------------
<p id="input_method_t_input_type"> 当前输入的类型。
* 类型input\_type\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
| 可持久化 | 否 |
| 可脚本化 | 否 |
| 可在IDE中设置 | 否 |
| 可在XML中设置 | 否 |
| 支通过widget_get_prop读取 | 否 |
| 支通过widget_set_prop修改 | 否 |