mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 19:18:53 +08:00
34 lines
766 B
Markdown
34 lines
766 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"> 创建窗口管理器。
|
|
|
|
|
|
|
|
* 函数原型:
|
|
|
|
```
|
|
window_manager_t* window_manager_create ();
|
|
```
|
|
|
|
* 参数说明:
|
|
|
|
| 参数 | 类型 | 说明 |
|
|
| -------- | ----- | --------- |
|
|
| 返回值 | window\_manager\_t* | 返回窗口管理器对象。 |
|