awtk/docs/manual/prop_desc_string_enums_t.md
2019-08-23 19:35:53 -07:00

39 lines
881 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.

## prop\_desc\_string\_enums\_t
### 概述
字符串枚举类型属性描述。
----------------------------------
### 属性
<p id="prop_desc_string_enums_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#prop_desc_string_enums_t_defvalue">defvalue</a> | const char* | 缺省值。 |
| <a href="#prop_desc_string_enums_t_enums">enums</a> | const char** | 枚举值。 |
#### defvalue 属性
-----------------------
> <p id="prop_desc_string_enums_t_defvalue"> 缺省值。
* 类型const char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### enums 属性
-----------------------
> <p id="prop_desc_string_enums_t_enums"> 枚举值。
* 类型const char**
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |