mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 20:18:22 +08:00
41 lines
943 B
Markdown
41 lines
943 B
Markdown
|
## self\_layouter\_menu\_t
|
||
|
### 概述
|
||
|
![image](images/self_layouter_menu_t_0.png)
|
||
|
|
||
|
|
||
|
menu的控件自身布局算法实现(一般用于popup或dialog窗口)。
|
||
|
|
||
|
> 用法请参考:[缺省控件自身布局算法](
|
||
|
https://github.com/zlgopen/awtk/blob/master/docs/self_layouter_menu.md)
|
||
|
|
||
|
|
||
|
----------------------------------
|
||
|
### 函数
|
||
|
<p id="self_layouter_menu_t_methods">
|
||
|
|
||
|
| 函数名称 | 说明 |
|
||
|
| -------- | ------------ |
|
||
|
| <a href="#self_layouter_menu_t_self_layouter_menu_create">self\_layouter\_menu\_create</a> | |
|
||
|
#### self\_layouter\_menu\_create 函数
|
||
|
-----------------------
|
||
|
|
||
|
* 函数功能:
|
||
|
|
||
|
> <p id="self_layouter_menu_t_self_layouter_menu_create">
|
||
|
创建控件自身布局对象。
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
* 函数原型:
|
||
|
|
||
|
```
|
||
|
self_layouter_t* self_layouter_menu_create ();
|
||
|
```
|
||
|
|
||
|
* 参数说明:
|
||
|
|
||
|
| 参数 | 类型 | 说明 |
|
||
|
| -------- | ----- | --------- |
|
||
|
| 返回值 | self\_layouter\_t* | 返回创建控件自身布局对象。 |
|