awtk/docs/manual/ui_loader_xml_t.md

41 lines
680 B
Markdown
Raw Normal View History

2018-12-31 11:30:24 +08:00
## ui\_loader\_xml\_t
### 概述
![image](images/ui_loader_xml_t_0.png)
2019-01-02 16:01:38 +08:00
2018-12-31 11:30:24 +08:00
XML格式的UI资源加载器。
2019-01-15 14:34:05 +08:00
----------------------------------
2018-12-31 11:30:24 +08:00
### 函数
<p id="ui_loader_xml_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
| <a href="#ui_loader_xml_t_xml_ui_loader">xml\_ui\_loader</a> | |
#### xml\_ui\_loader 函数
-----------------------
* 函数功能:
> <p id="ui_loader_xml_t_xml_ui_loader">
获取XML格式的UI资源加载器对象。
* 函数原型:
```
ui_loader_t* xml_ui_loader ();
```
* 参数说明:
| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | ui\_loader\_t* | 返回UI加载器对象。 |