mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
31 lines
712 B
Markdown
31 lines
712 B
Markdown
## ui\_loader\_xml\_t
|
|
### 概述
|
|
![image](images/ui_loader_xml_t_0.png)
|
|
|
|
XML格式的UI资源加载器。
|
|
----------------------------------
|
|
### 函数
|
|
<p id="ui_loader_xml_t_methods">
|
|
|
|
| 函数名称 | 说明 |
|
|
| -------- | ------------ |
|
|
| <a href="#ui_loader_xml_t_xml_ui_loader">xml\_ui\_loader</a> | 获取XML格式的UI资源加载器对象。 |
|
|
#### xml\_ui\_loader 函数
|
|
-----------------------
|
|
|
|
* 函数功能:
|
|
|
|
> <p id="ui_loader_xml_t_xml_ui_loader">获取XML格式的UI资源加载器对象。
|
|
|
|
* 函数原型:
|
|
|
|
```
|
|
ui_loader_t* xml_ui_loader ();
|
|
```
|
|
|
|
* 参数说明:
|
|
|
|
| 参数 | 类型 | 说明 |
|
|
| -------- | ----- | --------- |
|
|
| 返回值 | ui\_loader\_t* | 返回UI加载器对象。 |
|