awtk/docs/manual/window_manager_simple_t.md
2023-06-29 10:44:29 +08:00

31 lines
788 B
Markdown

## window\_manager\_simple\_t
### 概述
![image](images/window_manager_simple_t_0.png)
简单窗口管理器(不支持窗口动画和对话框高亮策略)。
----------------------------------
### 函数
<p id="window_manager_simple_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
| <a href="#window_manager_simple_t_window_manager_create">window\_manager\_create</a> | 创建窗口管理器。 |
#### window\_manager\_create 函数
-----------------------
* 函数功能:
> <p id="window_manager_simple_t_window_manager_create">创建窗口管理器。
* 函数原型:
```
widget_t* window_manager_create ();
```
* 参数说明:
| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | widget\_t* | 返回窗口管理器对象。 |