update docs

This commit is contained in:
lixianjing 2020-01-15 15:55:32 +08:00
parent c7b6f2a121
commit c22078239a
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
* 2020/01/15
* 点击鼠标右键触发 context menu 事件。
* 完善color picker (感谢朝泽提供补丁)
* 完善func call parser (感谢俊杰提供补丁)
* 完善progress bar文档 (感谢大恒提供补丁)
* 2020/01/14
* awtk 修复 opengles 下 vg 缩放后填充颜色不正常的问题(感谢智明提供补丁)

View File

@ -29,7 +29,7 @@ BEGIN_C_DECLS
/**
* @class image_base_t
* @parent widget_t
* @annotation ["scriptable"]
* @annotation ["scriptable","widget"]
*
*
* 便

View File

@ -73,7 +73,7 @@ typedef struct _progress_bar_t {
/**
* @property {float_t} value
* @annotation ["set_prop","get_prop","readable","persitent","design","scriptable"]
* [0-100]
* [0-max]
*/
float_t value;
/**