mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
update docs
This commit is contained in:
parent
c7b6f2a121
commit
c22078239a
@ -2,6 +2,8 @@
|
||||
* 2020/01/15
|
||||
* 点击鼠标右键触发 context menu 事件。
|
||||
* 完善color picker (感谢朝泽提供补丁)
|
||||
* 完善func call parser (感谢俊杰提供补丁)
|
||||
* 完善progress bar文档 (感谢大恒提供补丁)
|
||||
|
||||
* 2020/01/14
|
||||
* awtk 修复 opengles 下 vg 缩放后填充颜色不正常的问题(感谢智明提供补丁)
|
||||
|
@ -29,7 +29,7 @@ BEGIN_C_DECLS
|
||||
/**
|
||||
* @class image_base_t
|
||||
* @parent widget_t
|
||||
* @annotation ["scriptable"]
|
||||
* @annotation ["scriptable","widget"]
|
||||
* 图片控件基类。
|
||||
*
|
||||
* 本类把图片相关控件的公共行为进行抽象,放到一起方便重用。目前已知的具体实现如下图:
|
||||
|
@ -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;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user