mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
update docs
This commit is contained in:
parent
483de16803
commit
c050f8bc08
@ -1,5 +1,8 @@
|
||||
# 最新动态
|
||||
|
||||
2020/10/08
|
||||
* 增加 auto\_adjust\_size 属性。为 true 时,根据子控件以及文本调整空间自身大小(此时最好不要使用 child_layout,否则可能有冲突)。
|
||||
|
||||
2020/10/07
|
||||
* label 支持自动换行。
|
||||
|
||||
|
@ -351,6 +351,8 @@ struct _widget_t {
|
||||
* @property {bool_t} auto_adjust_size
|
||||
* @annotation ["set_prop","get_prop","readable","writable","persitent","design","scriptable"]
|
||||
* 是否根据子控件和文本自动调整控件自身大小。
|
||||
*
|
||||
*> 为true时,最好不要使用child_layout,否则可能有冲突。
|
||||
*/
|
||||
uint8_t auto_adjust_size: 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user