2019-10-17 14:23:01 +08:00
|
|
|
## window\_manager\_simple\_t
|
|
|
|
### 概述
|
|
|
|
![image](images/window_manager_simple_t_0.png)
|
|
|
|
|
2020-01-06 17:18:47 +08:00
|
|
|
简单窗口管理器(不支持窗口动画和对话框高亮策略)。
|
2019-10-17 14:23:01 +08:00
|
|
|
----------------------------------
|
|
|
|
### 函数
|
|
|
|
<p id="window_manager_simple_t_methods">
|
|
|
|
|
|
|
|
| 函数名称 | 说明 |
|
|
|
|
| -------- | ------------ |
|
|
|
|
| <a href="#window_manager_simple_t_window_manager_create">window\_manager\_create</a> | 创建窗口管理器。 |
|
|
|
|
#### window\_manager\_create 函数
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
* 函数功能:
|
|
|
|
|
2019-11-15 11:33:43 +08:00
|
|
|
> <p id="window_manager_simple_t_window_manager_create">创建窗口管理器。
|
2019-10-17 14:23:01 +08:00
|
|
|
|
|
|
|
* 函数原型:
|
|
|
|
|
|
|
|
```
|
|
|
|
window_manager_t* window_manager_create ();
|
|
|
|
```
|
|
|
|
|
|
|
|
* 参数说明:
|
|
|
|
|
|
|
|
| 参数 | 类型 | 说明 |
|
|
|
|
| -------- | ----- | --------- |
|
|
|
|
| 返回值 | window\_manager\_t* | 返回窗口管理器对象。 |
|