mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
968 B
968 B
self_layouter_default_t
概述
缺省的控件自身布局算法实现。
用法请参考:缺省控件自身布局算法
函数
函数名称 | 说明 |
---|---|
self_layouter_default_create | 创建控件自身布局对象。 |
self_layouter_default_create 函数
- 函数功能:
创建控件自身布局对象。
- 函数原型:
self_layouter_t* self_layouter_default_create ();
- 参数说明:
参数 | 类型 | 说明 |
---|---|---|
返回值 | self_layouter_t* | 返回创建控件自身布局对象。 |