awtk/docs/manual/im_action_button_info_event_t.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2018-12-20 17:33:31 +08:00
## im\_action\_button\_info\_event\_t
### 概述
![image](images/im_action_button_info_event_t_0.png)
2019-11-15 11:33:43 +08:00
设置软键盘上的action按钮的信息事件。
2019-01-15 14:34:05 +08:00
----------------------------------
2018-12-20 17:33:31 +08:00
### 属性
<p id="im_action_button_info_event_t_properties">
2019-01-17 15:56:15 +08:00
| 属性名称 | 类型 | 说明 |
2018-12-20 17:33:31 +08:00
| -------- | ----- | ------------ |
2018-12-21 18:29:29 +08:00
| <a href="#im_action_button_info_event_t_enable">enable</a> | bool\_t | 软键盘上的action按钮启用。 |
2023-06-29 10:44:29 +08:00
| <a href="#im_action_button_info_event_t_text">text</a> | const char* | 软键盘上的action按钮显示的文本。 |
2018-12-20 17:33:31 +08:00
#### enable 属性
-----------------------
2019-11-15 11:33:43 +08:00
> <p id="im_action_button_info_event_t_enable">软键盘上的action按钮启用。
2019-10-16 09:02:32 +08:00
2018-12-20 17:33:31 +08:00
* 类型bool\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### text 属性
-----------------------
2019-11-15 11:33:43 +08:00
> <p id="im_action_button_info_event_t_text">软键盘上的action按钮显示的文本。
2019-10-16 09:02:32 +08:00
2023-06-29 10:44:29 +08:00
* 类型const char*
2018-12-20 17:33:31 +08:00
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |